nRecursions-methods(flowFP)
nRecursions-methods()所属R语言包:flowFP
Methods to set or get nRecursions
方法来设置或获取nRecursions
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Gets or Sets the number of recursions for an object
获取或设置一个对象的递归
方法----------Methods----------
nRecursions(object)
nRecursions(object)
object = "flowFP" Sets and Gets the number of recursions for viewing a
对象=“flowFP”设置和获取观看递归数
object = "flowFPModel" Gets the number of recursions for viewing a
对象=“flowFPModel”获取用于查看递归数
object = "flowFPPlex" Gets the number of recursions for viewing a
对象=“flowFPPlex”获取用于查看递归数
笔记----------Notes----------
When a model is computed (either with the flowFPModel constructor, or implicitly wit the flowFP constructor) the number of bins into which events are divided is determined. Because the binning process is recursive, given a high-resolution binning, any lower-resolution representation can easily be derived. The set methods do this derivation, and the get methods return the current resolution of the object.
当一个模型计算(无论是与构造flowFPModel,或隐式的机智flowFP构造),将事件分为箱的数量是确定的。由于分级过程是递归的,给予了高清晰度的分级,可以很容易地得到任何分辨率较低表示。 set方法做到这一点的推导,和get方法返回当前对象的决议。
Thus, the maximum value to which nRecursions may be set is determined by the value of nRecursions at construction time. If an attempt is made to set nRecursions higher than this value a warning will result.
因此,最大值nRecursions可设置确定由nRecursions的施工时间的价值。如果试图设置nRecursions高于此值将导致一个警告。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|