boundCon-class             package:cosmo             R Documentation

_C_l_a_s_s "_b_o_u_n_d_C_o_n" ~~~

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     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'
      '  )'

_S_l_o_t_s:

     '_l_o_w_e_r': Object of class '"numeric"' lower bound 

     '_u_p_p_e_r': Object of class '"numeric"' upper bound 

_M_e_t_h_o_d_s:

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

_N_o_t_e:

     ~~further notes~~

_A_u_t_h_o_r(_s):

     Fabian Gallusser, fgallusser@berkeley.edu

_R_e_f_e_r_e_n_c_e_s:

_S_e_e _A_l_s_o:

     'shapeCon', 'subMotifCon', 'posFreqCon', 'palCon', 'shapeDiffCon'
     'makeConSet'

_E_x_a_m_p_l_e_s:

     makeBoundCon(1,2)

