plotMonth(season)
plotMonth()所属R语言包:season
Plot results by month
通过一个月的图结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots results by month.
通过一个月的绘图结果。
用法----------Usage----------
plotMonth(data, resp, panels=12, ...)
参数----------Arguments----------
参数:data
a data frame.
一个数据框。
参数:resp
response variable to plot.
响应变量对图。
参数:panels
number of panels to use in plot (1 or 12). 12 gives one panel per month, 1 plots all the months in the same panel.
面板使用在图的数目(1或12)。图12给出了一个小组,每月1图在同一面板上的所有月份。
参数:...
further arguments passed to or from other methods.
进一步的参数传递给其他方法。
(作者)----------Author(s)----------
Adrian Barnett <a href="mailto:a.barnett<at>qut.edu.au">a.barnett<at>qut.edu.au</a>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|