boundCon-class {cosmo}R Documentation

Class "boundCon" ~~~

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 the shapeCon when accurate knowledge of the evolution over the interval is unknown.

Objects from the Class

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
)

Slots

lower:
Object of class "numeric" lower bound
upper:
Object of class "numeric" upper bound

Methods

No methods defined with class "boundCon" in the signature.

Note

~~further notes~~

Author(s)

Fabian Gallusser, fgallusser@berkeley.edu

References

See Also

shapeCon, subMotifCon, posFreqCon, palCon, shapeDiffCon makeConSet

Examples

makeBoundCon(1,2)

[Package cosmo version 1.4.0 Index]