unique.CdfEnvAffy(altcdfenvs)
unique.CdfEnvAffy()所属R语言包:altcdfenvs
Remove duplicated elements from a CdfEnvAffy
从CdfEnvAffy删除重复元素
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Remove duplicated elements from a CdfEnvAffy
从CdfEnvAffy删除重复元素
用法----------Usage----------
## S3 method for class 'CdfEnvAffy'
unique(x, incomparables = FALSE, simplify = TRUE, verbose = FALSE, ...)
参数----------Arguments----------
参数:x
An instance of CdfEnvAffy-class
一个CdfEnvAffy-class的实例
参数:incomparables
(not yet implemented)
(尚未实施)
参数:simplify
simplify the result
简化结果
参数:verbose
verbose or not
verbose或不
参数:...
(here for compatibility with the generic unique)
(在这里兼容性通用unique)
Details
详情----------Details----------
The parameter simplify has the same function as the one with the same name in countduplicated.
参数simplify具有相同的功能作为一个具有相同的名称在countduplicated。
值----------Value----------
An instance of CdfEnvAffy-class in which probes used several times are removed.
删除CdfEnvAffy-class探针在多次使用的一个实例。
警告----------Warning ----------
The function differs slightly from the generic
从通用的功能略有不同
作者(S)----------Author(s)----------
Laurent
参见----------See Also----------
countduplicated
countduplicated
举例----------Examples----------
##not yet here...[尚未...]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|