pca.scoreplot(rrcov)
pca.scoreplot()所属R语言包:rrcov
Score plot for Principal Components (objects of class 'Pca')
的主成分得分图(对象类的前列腺癌)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produces a score plot from an object (derived from) Pca-class.
从一个对象(来自)Pca-class产生一个得分图。
用法----------Usage----------
pca.scoreplot(obj, i=1, j=2, main, id.n=0, ...)
参数----------Arguments----------
参数:obj
an object of class (derived from) "Pca".
对象的类(来自)"Pca"。
参数:i
First score coordinate, defaults to i=1.
首先得分的坐标,默认为i=1。
参数:j
Second score coordinate, defaults to j=2.
的第二得分坐标,默认为j=2。
参数:main
The main title of the plot.
主标题的图。
参数:id.n
Number of observations to identify by a label. Defaults to id.n=0.
若干意见识别标签。默认为id.n=0的。
参数:...
optional arguments to be passed to the internal graphical functions.
可选参数被传递到内部的图形功能。
(作者)----------Author(s)----------
Valentin Todorov <a href="mailto:valentin.todorov@chello.at">valentin.todorov@chello.at</a>
参见----------See Also----------
Pca-class, PcaClassic, PcaRobust-class.
Pca-class,PcaClassic,PcaRobust-class。
实例----------Examples----------
require(graphics)
## PCA of the Hawkins Bradu Kass's Artificial Data[#PCA霍金斯位于Bradu Kass的人工数据]
## using all 4 variables[#使用所有4个变量]
data(hbk)
pca <- PcaHubert(hbk)
pca
pca.scoreplot(pca)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|