getDimensions(flowWorkspace)
getDimensions()所属R语言包:flowWorkspace
Return the dimensions on which a gate is applied within a GatingHierarchy
返回上一个门内GatingHierarchy的应用尺寸
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return the dimension names on which a gate in a GatingHierarchy is applied.
返回维度上GatingHierarchy门应用的名称。
用法----------Usage----------
## S4 method for signature 'GatingHierarchy,character'
getDimensions(obj, y, index=FALSE)
参数----------Arguments----------
参数:obj
A GatingHierarchy
一个GatingHierarchy
参数:y
The name of the population (node) in the GatingHierarchy for which you want the dimension names
GatingHierarchy您想要的尺寸名称人口(节点名称)
参数:index
TRUE | FALSE a logical indicating whether we should return the names of the dimensions (FALSE, default) or the indices of the dimensions (TRUE)
TRUE | FALSE逻辑表明,我们是否应该返回尺寸的名称(FALSE,则默认)或尺寸指数(真)
值----------Value----------
A character vector of dimension names on which the gate is applied (when index=FALSE), or a numeric vector of the indices of the dimensions on which the gate is applied (when index=TRUE).
一个character向量维度名称应用于门(指数= FALSE时),或numeric门应用的尺寸指数矢量(当指数= TRUE)。
作者(S)----------Author(s)----------
Greg Finak <a href="mailto:gfinak@fhcrc.org">gfinak@fhcrc.org</a>
参考文献----------References----------
参见----------See Also----------
getNodes
getNodes
举例----------Examples----------
## Not run: [#无法运行:]
#G is a GatingHierarchy[G是1 GatingHierarchy]
#Fetch the dimensions for the fifth population in the hierarchy.[第五层次结构中的人口获取尺寸。]
getDimensions(G,getNodes(G)[5],index=FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|