FunctionAddon {fCalendar}R Documentation

Demo Function Addon

Description

A collection and description of functions written as examples and listed in the demo file "funBasics".

The functions are:

print.dates S3 print mehtod for objects of class "dates",
print.chron S3 print mehtod for objects of class "chron",
seq.chron SPlus like "seq.dates" function,

is.weekday

Test if a date is a weekday day or not,
is.weekend Test if a date is a weekend day or not,
is.bizday Test if a date is a business day or not,
holiday.ZURICH Holiday Calendar for Zurich in Switzerland,
summary.timeSeries S3 Summary method for objects of class "timeDate".

Author(s)

Diethelm Wuertz for the Rmetrics R-port.

Examples

## SOURCE("fBasics.A0-SPlusCompatibility")
## SOURCE("fCalendar.Z1-BasicsTools")

## funBasics -
   # The examples can be found in 
   # the demo file "funBasics".

[Package fCalendar version 201.10060 Index]