boundCon-class {cosmo} | R Documentation |
This class defines a constraint concerning the lower and uper bounds of the information content over an interval. This is a useful substitute to the shapeCon when accurate knowledge of the evolution over the interval is unknown.
Objects can be created by calls of the form
new('boundCon',
lower = ...., # Object of class numeric
upper = ...., # Object of class numeric
)
or by:
makeBoundCon(
lower = ...., # Object of class numeric
upper = ...., # Object of class numeric
)
lower
:"numeric"
lower bound upper
:"numeric"
upper bound No methods defined with class "boundCon" in the signature.
~~further notes~~
Fabian Gallusser, fgallusser@berkeley.edu
shapeCon
, subMotifCon
, posFreqCon
, palCon
, shapeDiffCon
makeConSet
makeBoundCon(1,2)