ts.plotter(useful)
ts.plotter()所属R语言包:useful
ts.plotter
ts.plotter
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot a ts object
绘制一个TS对象
用法----------Usage----------
ts.plotter(data, time = NULL, title = "Series Plot",
xlab = "Time", ylab = "Rate")
参数----------Arguments----------
参数:data
A ts object to be plotted.
Ats对象被绘制。
参数:time
A vector of the same length of data that specifies the time component of each element of data.
一种向量,具有相同的长度data指定的每个元素data的时间分量。
参数:title
Title of plot.
图的标题。
参数:xlab
X-axis label.
X-轴的标签。
参数:ylab
Y-axis label.
Y-轴的标签。
Details
详细信息----------Details----------
Fortifies, then plots a ts object.
固本,然后绘制一个ts对象。
值----------Value----------
A ggplot object
一个ggplot对象
(作者)----------Author(s)----------
Jared P. Lander
实例----------Examples----------
ts.plotter(sunspot.year)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|