lrr-routines(Rssa)
lrr-routines()所属R语言包:Rssa
Miscellaneous LRR rouintes
其它LRR rouintes
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Small helper functions to operate on LRRs.
小帮手功能,操作小食食肆。
用法----------Usage----------
## S3 method for class 'lrr'
roots(x, ..., method = c("companion", "polyroot"))
## S3 method for class 'lrr'
plot(x, ..., raw = FALSE)
参数----------Arguments----------
参数:x
'LRR' object
“LRR对象
参数:method
methods used for poly roots calculation: via eigenvalues of companion matrix or R's standard polyroot routine
聚根计算方法为:通过同伴矩阵的特征值或R的标准polyroot的日常
参数:...
other arguments forwarded to plot
其他参数转发到plot
参数:raw
logical, if 'TRUE' then plot routine will not add any additional plot components (e.g. unit circle)
逻辑,如果TRUE,plot常规不会增加任何额外的地积组件(如单位圆)
Details
详细信息----------Details----------
roots function calculates the roots of the characteristic polynomial of the LRR.
roots函数计算LRR的特征多项式的根。
plot just plots these roots adding unit circle if raw agrument is not 'TRUE'.
plot只是图根将单位圆,如果raw:agrument是不是TRUE。
值----------Value----------
vector with the roots of the of the characteristic polynomial of the LRR for roots function call.
向量的LRR roots函数调用的特征多项式的根。
参见----------See Also----------
lrr
lrr
实例----------Examples----------
# Decompose 'co2' series with some parameters[分解的CO2系列的一些参数]
s <- new.ssa(co2, L = 24)
# Evaluate the LRR[评估LRR]
l <- lrr(s, group = c(1:3))
# Calculate the roots of the LRR[计算的LRR根]
roots(l)
# Plot the roots[绘制根]
## Not run: plot(l)[#未运行图(L)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|