plotCC(SQUADD)
plotCC()所属R语言包:SQUADD
Generate the Correlation Circle.
生成关联圆。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method generates the correlation circle. Correlation circle is used to assess the coherence of a model. Indeed, Each vector represents our conditions and the angle between each vector give the correlation between the variables. if the angle is higher than 90 degrees there is no correlation.
这种方法产生的相关圈。相关圆圈是用来评估模型的一致性。事实上,每个向量代表了我们的条件和每个向量变量之间的相关性之间的角度。如果角是高于90度,有没有相关性。
用法----------Usage----------
plotCC(object)
参数----------Arguments----------
参数:object
Object of the Class SquadSimResServiceImpl.
对象类SquadSimResServiceImpl。
Details
详情----------Details----------
The percentage of variability explained by the two first principal components are displayed in parenthesis in the axis label.
变异的比例由前两个主成分解释括号中显示轴标签。
作者(S)----------Author(s)----------
Martial Sankar
参见----------See Also----------
More specific information in plotCC-methods. For more informations about the input object see SquadSimResServiceImpl-class.
更具体的信息在plotCC-methods。有关输入对象的更多信息,请参阅SquadSimResServiceImpl-class。
举例----------Examples----------
fpath <- system.file("extdata", package="SQUADD")
fileModel <- file.path(fpath,"data_IAA")
nm <- c("ARF(a)", "ARF(i)", "AR_Genes", "Aux/IAA", "BES1/BZR1",
"BIN2", "BR", "BRI1-BAK1","BRR_Genes","BRX","BR_Biosynthesis","BZR1",
"DO", "IAA", "IAA_Biosynthesis", "NGA1", "PIN", "SCFTir1",
"StimAux", "StimBR")
t <- 50
## call constructor[#调用构造函数]
obj <- simResService(
folder=fileModel,
time=t,
ncolor=5,
legend=nm,
indexDeno=1,
method="lowess",
conditionList=c("Normal", "brxlof", "BRrescue","brxarfilof",
"brxarfiBRrescue", "brxgof")
)
## call method[#调用方法]
plotCC(obj)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|