Rcal(RBioinf)
Rcal()所属R语言包:RBioinf
A function to print a calendar.
函数打印日历。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function that prints the requested monthly calendar. The function relies on pipe and the Unix routine cal.
一个功能,打印请求的月历。函数依赖于pipe和Unix的例行cal。
用法----------Usage----------
Rcal(month, year)
参数----------Arguments----------
参数:month
An optional argument, if supplied a number between 1 and 12.
一个可选的参数,如果提供1和12之间的数字。
参数:year
An optional argument, if supplied a year.
一个可选的参数,如果提供的一年。
Details
详情----------Details----------
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.
默认情况下,这个打印当前的月份和年份的日历。否则,如果一个月和一年,并给出该月份和今年的日历印。
值----------Value----------
No value is returned.
无返回值。
作者(S)----------Author(s)----------
R. Gentleman
参见----------See Also----------
pipe
pipe
举例----------Examples----------
if (.Platform$OS.type != "windows") {
Rcal()
Rcal(6, 1970)
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|