Unit-class               package:rsbml               R Documentation

_S_B_M_L _t_y_p_e "_U_n_i_t"

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

     A (possibly transformed) reference to a base 'UnitKind'. The
     transformation is of the form: $multiplier * 10^scale * x^exponent
     + offset$.

_I_n_s_t_a_n_t_i_a_t_i_o_n:

     Objects can be created by calls of the form 'new("Unit", ...)'.

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


     '_k_i_n_d': Object of class '"character"' identifying a an SBML
          'UnitKind'. For possible values see Table 2 in the SBML
          specification.

     '_e_x_p_o_n_e_n_t': Object of class '"integer"' indicating the exponent to
          use in the transformation.

     '_u_n_i_t_S_c_a_l_e': Object of class '"integer"' indicating the order of
          magnitude of the scaling to use in the transformation.

     '_m_u_l_t_i_p_l_i_e_r': Object of class '"numeric"' indicating the factor to
          use for scaling in the transformation.

     '_o_f_f_s_e_t': Object of class '"numeric"' indicating the amount of
          constant shift in the transformation.

     '_m_e_t_a_I_d': Object of class '"character"' that is an XML ID
          "described" by an RDF resource. This links an SBML element to
          an RDF resource. RDF may appear anywhere in an SBML element,
          but is usually placed inside the 'annotation' element.

     '_n_o_t_e_s': Object of class '"character"'  containing user-readable
          XHTML notes about an element. 

     '_a_n_n_o_t_a_t_i_o_n': Object of class '"character"' containing additional
          machine-readable information about an element, usually as
          RDF, such as BioPAX. This is where application-specific data
          belongs.

     '_c_v_T_e_r_m_s': Object of class '"list"' containing instances of
          'CVTerm' associated with this element.

     '_s_b_o_T_e_r_m': Object of class '"integer"' identifying a term in the
          Systems Biology Ontology (SBO).

_E_x_t_e_n_d_s:

     Class '"SBase"', directly.

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


     _e_x_p_o_n_e_n_t 'signature(object = "Unit")': gets the 'exponent' slot 

     _e_x_p_o_n_e_n_t<- 'signature(object = "Unit")': sets the 'exponent' slot 

     _k_i_n_d 'signature(object = "Unit")': gets the 'kind' slot 

     _k_i_n_d<- 'signature(object = "Unit")': sets the 'kind' slot 

     _m_u_l_t_i_p_l_i_e_r 'signature(object = "Unit")': gets the 'multiplier'
          slot 

     _m_u_l_t_i_p_l_i_e_r<- 'signature(object = "Unit")': sets the 'multiplier'
          slot 

     _o_f_f_s_e_t 'signature(object = "Unit")': gets the 'offset' slot 

     _o_f_f_s_e_t<- 'signature(object = "Unit")': sets the 'offset' slot 

     _u_n_i_t_S_c_a_l_e 'signature(x = "Unit")': ... 

     _u_n_i_t_S_c_a_l_e<- 'signature(object = "Unit")': sets the 'unitScale'
          slot 

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

     Michael Lawrence

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

     <URL: http://sbml.org/documents/>

