print.ts(stats)
print.ts()所属R语言包:stats
Printing Time-Series Objects
印刷时间序列的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Print method for time series objects.
打印时间序列对象的方法。
用法----------Usage----------
## S3 method for class 'ts'
print(x, calendar, ...)
参数----------Arguments----------
参数:x
a time series object.
一个时间序列对象。
参数:calendar
enable/disable the display of information about month names, quarter names or year when printing. The default is TRUE for a frequency of 4 or 12, FALSE otherwise.
启用/禁用信息显示月份名称,季名称或打印时的一年。默认是TRUE频率为4或12,FALSE否则。
参数:...
additional arguments to print.
print额外的参数。
Details
详情----------Details----------
This is the print methods for objects inheriting from class "ts".
这是print类继承"ts"对象的方法。
参见----------See Also----------
print, ts.
print,ts。
举例----------Examples----------
print(ts(1:10, frequency = 7, start = c(12, 2)), calendar = TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|