readConFile              package:cosmo              R Documentation

_R_e_a_d_s _i_n _a _c_o_n_s_t_r_a_i_n_t _f_i_l_e.

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

     This function reads in a contraints file into an object of class
     'constraintSet' or a list of such objects.

_U_s_a_g_e:

       readConFile(conFile, description="Constraints")

_A_r_g_u_m_e_n_t_s:

 conFile: Path to the constraint file that is to be read in

description: Description of the constraint group that is to be created

_V_a_l_u_e:

     An object of class 'constraintSet' or a list of such objects that
     contains the constraint definitions found in the constraint file.

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

     Fabian Gallusser, fgallusser@berkeley.edu

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

     'constraintSet', 'writeConFile'

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

     conFile <- system.file("Exfiles","conFile",package="cosmo")
     cons <- readConFile(conFile)

