plot(flowMeans)
plot()所属R语言包:flowMeans
Scatterplot of Clustering Results
聚类结果的散点图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method generates scatterplot revealing the cluster assignment.
这种方法产生的散点图揭示了聚类分配。
用法----------Usage----------
## S4 method for signature 'ANY,Populations'
plot(x, y, varNames=NULL, ...)
## S4 method for signature 'flowFrame,Populations'
plot(x, y, varNames=NULL, ...)
参数----------Arguments----------
参数:x
A matrix, data frame of observations, or object of class flowFrame. This is the object on which flowClust was performed.
一个矩阵,观测的数据框,或对象类flowFrame。这是上flowClust被执行的对象。
参数:y
Object returned from flowMeans.
从flowMeans返回的对象。
参数:varNames
A character vector specifying the variables (columns) to be included in the plot. When it is left unspecified, all the variables will be used.
指定一个字符向量被列入在图中的变量(列)。当它被指定,将使用所有的变量。
参数:...
Extra parameters that will be passed to the generic plot function
额外的参数将被传递到通用的绘图功能
作者(S)----------Author(s)----------
Nima Aghaeepour <<a href="mailto:naghaeep@bccrc.ca">naghaeep@bccrc.ca</a>>
参见----------See Also----------
flowMeans
flowMeans
举例----------Examples----------
library(flowMeans)
data(x)
plot(data.frame(x))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|