scoreplot-methods(rrcov)
scoreplot-methods()所属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----------
## S4 method for signature 'Pca'
scoreplot(x, i=1, j=2, ...)
参数----------Arguments----------
参数:x
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。
参数:...
optional arguments to be passed to the internal graphical functions.
可选参数被传递到内部的图形功能。
副作用----------Side Effects----------
a plot is produced on the current graphics device.
有一个图是当前的图形设备。
方法----------Methods----------
scoreplot signature(x = Pca): Plot a scatter plot of ith against jth score
scoreplotsignature(x = Pca):绘制散点图中第i个和第j个得分
参见----------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
scoreplot(pca)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|