boundCon-class(cosmo)
boundCon-class()所属R语言包:cosmo
Class "boundCon"
类“boundCon”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class defines a constraint concerning the lower and uper bounds of the information content over an interval. This is a useful substitute to
这个类定义了有关的信息内容和低UPER超过一个区间范围的约束。这是一个有用的替代
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new('boundCon',<br> lower = ...., # Object of class numeric<br> upper = ...., # Object of class numeric<br> ) or by: makeBoundCon(<br> lower = ...., # Object of class numeric<br> upper = ...., # Object of class numeric<br> )
对象可以创建形式 new('boundCon',参考 lower = ...., # Object of class numeric参考 upper = ...., # Object of class numeric参考 )或检测: makeBoundCon(参考 lower = ...., # Object of class numeric参考 upper = ...., # Object of class numeric参考 )
插槽----------Slots----------
lower: Object of class "numeric" lower bound
lower:Object类的"numeric"下界
upper: Object of class "numeric" upper bound
upper:Object类的"numeric"上限
方法----------Methods----------
No methods defined with class "boundCon" in the signature.
没有任何方法定义类的“boundCon”签名。
作者(S)----------Author(s)----------
Fabian Gallusser, <a href="mailto:fgallusser@berkeley.edu">fgallusser@berkeley.edu</a>
参见----------See Also----------
shapeCon, subMotifCon, posFreqCon, palCon, shapeDiffCon makeConSet
shapeCon,subMotifCon,posFreqCon,palCon,shapeDiffConmakeConSet
举例----------Examples----------
makeBoundCon(1,2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|