Rcal {RBioinf} | R Documentation |
A function that prints the requested monthly calendar. The function
relies on pipe
and the Unix routine cal
.
Rcal(month, year)
month |
An optional argument, if supplied a number between 1 and 12. |
year |
An optional argument, if supplied a year. |
By default this prints the calendar for the current month and year. Otherwise if a month and year are given and then the calendar for that month and year is printed.
No value is returned.
R. Gentleman
Rcal() Rcal(6, 1970)