"plot-methods"           package:rflowcyt           R Documentation

_G_r_a_p_h_i_c_a_l _r_e_p_r_e_s_e_n_t_a_t_i_o_n _o_f _a_n _o_b_j_e_c_t

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

     The default action is a graphical plot of the object.

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



     _x = "_A_N_Y", _y = "_A_N_Y" A scatterplot or other graphical
          representation is produced.

     _x = "_F_C_S", _y = "_m_i_s_s_i_n_g" The default action is contour-image pairs
          plotting for all the column variables.

     _x = "_F_C_S", _y = "_m_i_s_s_i_n_g", _i_m_a_g_e._p_a_r_a_l_l_e_l._p_l_o_t=_F_A_L_S_E, _j_o_i_n_t=_T_R_U_E, ... 
          An optional image parallel coordinates plotting (either
          marginal or joint) for each row/cell across all column
          variables can also be displayed.

          The optional signature details are listed below:

     _i_m_a_g_e._p_a_r_a_l_l_e_l._p_l_o_t boolean; if true the image parallel
          coordinates plot will be implemented instead of default pairs
          plot; default value of FALSE

     _j_o_i_n_t boolean; if image.parallel.plot is TRUE, then this boolean
          establishes if the image parallel coordinates plot is joint
          or not

     ... optional additional plot variables; See 'ImageParCoord' or
          'pairs.CSP' for additional information on image parallel
          coordinates plotting and pairs contour-image plotting,
          respectively. 

     _x="_P_R_I_M._s_t_e_p", _y="_m_i_s_s_i_n_g" Trajectory plot using the
          'trajectory.pl' function in the 'rfcprim' pacakge is
          displayed for the step.


     _x="_P_R_I_M._s_t_e_p._s_e_t", _y="_m_i_s_s_i_n_g" Trajectory plot using the
          'trajectory.pl' function in the 'rfcprim' is displayed for
          the peeling and the 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" Trajectory plot using the
          'trajectory.pl' function in the 'rfcprim' is displayed for
          the peeling and the expansion steps for each testdata set.

     _x="_P_R_I_M._r_u_l_e", _y="_m_i_s_s_i_n_g" Trajectory plots for all 3 steps is
          displayed. 


