Subset,flowClust-method(flowClust)
Subset,flowClust-method()所属R语言包:flowClust
Subsetting Data Based on Clustering Results
子集数据基于聚类结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method returns a subset of data upon the removal of outliers identified from the clustering (filtering) operations.
此方法返回后,确定从聚类(过滤)操作的去除离群数据的一个子集。
参数----------Arguments----------
参数:x
A numeric vector, matrix, data frame of observations, or object of class flowFrame. This is the object on which flowClust or filter was performed.
一个数值向量,矩阵,观测的数据框,或类flowFrame的对象。这是上flowClust或filter执行的对象。
参数:subset
Object returned from flowClust or filter.
flowClust或filter返回的对象。
参数:...
Further arguments to be passed to or from other methods.
进一步的参数被传递或其他方法。
值----------Value----------
An object which is a subset of x. It also retains the same class as x.
一个对象,它是一个子集x。它还保留了x同一类。
用法----------Usage----------
<p>Subset(x, subset, ...)
</p>
作者(S)----------Author(s)----------
Raphael Gottardo <<a href="mailto:raph@stat.ubc.ca">raph@stat.ubc.ca</a>>, Kenneth Lo <<a href="mailto:c.lo@stat.ubc.ca">c.lo@stat.ubc.ca</a>>
参考文献----------References----------
参见----------See Also----------
split, flowClust, filter
split,flowClust,filter
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|