找回密码
 注册
查看: 428|回复: 0

R语言 flowCore包 transform-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 17:49:35 | 显示全部楼层 |阅读模式
transform-class(flowCore)
transform-class()所属R语言包:flowCore

                                        'transform': a class for transforming flow-cytometry data by
                                         “变换”:一类流式单元仪检测数据转化为

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Transform objects are simply functions that have been extended to allow for specialized dispatch. All of the “...Transform” constructors return  functions of this type for use in one of the transformation modalities.
改造的对象是简单的功能已扩展为允许专门调度。这种类型转型的方式之一使用“变换”构造返回的功能。


插槽----------Slots----------




.Data: Object of class "function"
.Data类"function":对象




transformationId: A name for the transformation
transformationId“:转型的名称


方法----------Methods----------




summary Return the parameters
summary返回的参数


作者(S)----------Author(s)----------


N LeMeur



参见----------See Also----------

linearTransform, lnTransform, logicleTransform, biexponentialTransform, arcsinhTransform,
linearTransform,lnTransform,logicleTransform,biexponentialTransform,arcsinhTransform


举例----------Examples----------



cosTransform <- function(transformId, a=1, b=1){
  t = new("transform", .Data = function(x) cos(a*x+b))
  t@transformationId = transformId
  t
}

cosT <- cosTransform(transformId="CosT",a=2,b=1)

summary(cosT)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-8 23:58 , Processed in 0.018984 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表