print-methods            package:simecol            R Documentation

_M_e_t_h_o_d_s _f_o_r _F_u_n_c_t_i_o_n _p_r_i_n_t _i_n _P_a_c_k_a_g_e _s_i_m_e_c_o_l

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

     Methods for function 'print' in Package 'simecol'.

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

       ## S4 method for signature 'simObj':
       print(x, all = FALSE, ...)

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

       x: an object of class 'simObj' or one of its subclasses.

     all: specifies whether all slots are printed. Default is that only
          not-empty slots are printed and the contents of 'out' are
          suppressed.

     ...: optional parameters passed to print.

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


     _x = "_A_N_Y" generic function: see 'print'.

     _x = "_s_i_m_O_b_j" prints the contents (slots) of the 'simObj' object.

