\name{boundCon-class} \docType{class} \alias{boundCon-class} \alias{boundCon} \title{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. } \section{Objects from the Class}{ Objects can be created by calls of the form \code{ new('boundCon',}\cr \code{ lower = ...., # Object of class numeric}\cr \code{ upper = ...., # Object of class numeric}\cr \code{ )} or by: \code{ makeBoundCon(}\cr \code{ lower = ...., # Object of class numeric}\cr \code{ upper = ...., # Object of class numeric}\cr \code{ )} } \section{Slots}{ \describe{ \item{\code{lower}:}{Object of class \code{"numeric"} lower bound } \item{\code{upper}:}{Object of class \code{"numeric"} upper bound } } } \section{Methods}{ No methods defined with class "boundCon" in the signature. } \references{ } \author{ Fabian Gallusser, \email{fgallusser@berkeley.edu} } \note{ ~~further notes~~ } \seealso{ \code{\link{shapeCon}}, \code{\link{subMotifCon}}, \code{\link{posFreqCon}}, \code{\link{palCon}}, \code{\link{shapeDiffCon}} \code{\link{makeConSet}} } \examples{ makeBoundCon(1,2) } \keyword{classes}