Skip to content

Commit

Permalink
Docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed May 26, 2014
1 parent 0eccbac commit 70d6470
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions man/Calendar.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
\title{Creates the calendar based on a list of holidays.}
\usage{
Calendar(holidays = integer(0), start.date = "1970-01-01",
end.date = "2071-01-01", name = NULL, weekdays = c("saturday",
"sunday"), dib = 365, adjust.from = adjust.next,
adjust.to = adjust.previous)
end.date = "2071-01-01", name = "actual", weekdays = NULL, dib = 365,
adjust.from = adjust.next, adjust.to = adjust.previous)
}
\arguments{
\item{holidays}{a vector of Dates which contains the
Expand All @@ -19,7 +18,7 @@ Calendar(holidays = integer(0), start.date = "1970-01-01",
\item{weekdays}{a character vector which defines the
weekdays to be used as non-working days (defaults to
weekend \code{c('saturday', 'sunday')})}
\code{NULL} which represents an actual calendar)}
\item{dib}{a single numeric variable which indicates the
amount of days within a year (\code{dib} stands for days
Expand Down

0 comments on commit 70d6470

Please sign in to comment.