plot.Cosinor(season)
plot.Cosinor()所属R语言包:season
Plot the results of a cosinor
绘制结果的余弦
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots the residuals and fitted sinusoid from a Cosinor object produced by cosinor.
图残差和拟合正弦曲线产生的从Cosinor对象的cosinor。
用法----------Usage----------
## S3 method for class 'Cosinor'
plot(x, ...)
参数----------Arguments----------
参数:x
a Cosinor object produced by cosinor.
Cosinor对象,产生的cosinor。
参数:...
additional arguments passed to the sinusoid plot.
额外的参数传递到正弦波的图。
Details
详细信息----------Details----------
The code prodcudes the following two plots: a) residual checks using seasrescheck, b) the fitted sinusoid based on the intercept and sinusoid.
代码prodcudes下面的两个图:A)残留的检查seasrescheck,B)的拟合正弦曲线的截距和正弦曲线的基础上的。
(作者)----------Author(s)----------
Adrian Barnett <a href="mailto:a.barnett<at>qut.edu.au">a.barnett<at>qut.edu.au</a>
参见----------See Also----------
cosinor, summary.Cosinor, seasrescheck
cosinor,summary.Cosinor,seasrescheck
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|