"print-methods"           package:rflowcyt           R Documentation

_P_r_i_n_t_i_n_g _a_n _o_b_j_e_c_t

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

     An object is displayed in a concise manner.

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



     _x = "_A_N_Y" Displays all the contents of the object 

     _x = "_F_C_S_m_e_t_a_d_a_t_a" displays the original status, the objectname and
          the filename with the current size and nparam slot
          information; details can be viewed by 'x@slotName' where
          slotName is one of the following: "mode", "size", "nparam",
          "longnames", "shortnames", "paramranges", "filename",
          "objectname", "fcsinfo", "original"

     _x = "_F_C_S" displays the original status, the objectname and the
          filename with the current size and nparam slot information;
          Note that the long and gory details can be viewed by 'x@data'
          or 'x@metadata'

     _x = "_F_C_S_s_u_m_m_a_r_y" Displays the statistics of the data and
          information about the metadata

     _x="_P_R_I_M._s_t_e_p" Displays the 'step.name', size of the starting data,
          the decision for the box, the percent change for each
          iteration, the number of iterations, and the chosen box's
          ranges within the data X.


     _x="_P_R_I_M._s_t_e_p._s_e_t", _y="_m_i_s_s_i_n_g" Displays the "PRIM.step"
          information for the peeling and expansion steps.

     _x="_P_R_I_M._c_r_o_s_s_v_a_l._s_t_e_p", _y="_m_i_s_s_i_n_g" Displays the "PRIM.step"
          information for the peeling and expansion steps for each
          testdata set.

     _x="_P_R_I_M._r_u_l_e", _y="_m_i_s_s_i_n_g" displays the "PRIM.step" information
          for all 3 steps is displayed. 


