plotPcs(pcaMethods)
plotPcs()所属R语言包:pcaMethods
Plot many side by side scores XOR loadings plots
图很多副作用,并列分数异负荷图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function that can be used to visualise many PCs plotted against
一个可用于许多PC可视化功能暗算
用法----------Usage----------
参数----------Arguments----------
参数:object
pcaRes a pcaRes object
pcaRespcaRes对象
参数:pcs
numeric which pcs to plot
numeric电脑绘制
参数:type
character Either "scores" or "loadings" for scores or loadings plot respectively
character无论是“分数”或“负荷”的分数或负荷图分别
参数:sl
character Text labels to plot instead of a point, if NULL points are plotted instead of text
character文本标签来绘制,而不是一个点,如果NULL点绘制,而不是文本
参数:hotelling
numeric Significance level for the confidence ellipse. NULL means that no ellipse is drawn.
numeric置信椭圆的意义。 NULL表示没有绘制椭圆。
参数:...
Further arguments to pairs on which this function is based. </table>
进一步论据pairs上此功能是基于。 </ TABLE>
Details
详情----------Details----------
Uses pairs to provide side-by-side plots. Note that this function only plots scores or loadings but not both in the
使用pairs提供端侧图。请注意,此功能仅图的分数或负荷,但不能同时在
值----------Value----------
None, used for side effect.
没有,副作用。
作者(S)----------Author(s)----------
Henning Redestig
参见----------See Also----------
prcomp, pca, princomp, slplot
prcomp,pca,princomp,slplot
举例----------Examples----------
pcIr <- pca(iris[,1:4], nPcs=3, method="svd")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|