plot-methods             package:flowViz             R Documentation

_V_e_r_y _b_a_s_i_c _p_l_o_t_t_i_n_g _o_f _f_l_o_w_F_r_a_m_e_s

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

     A basic method to plot 'flowFrame' objects. Depending on the
     number of dimensions, different types of plots are generates. See
     below for details.

_D_e_t_a_i_l_s:

     Basic plots for 'flowFrame' objects. If the object has only a
     single parameter this produces a 'histogram'. For exactly two
     parameters we plot a bivariate density map (see 'smoothScatter')
     and for more than two parameters we produce a simple 'splom' plot.
     To select specific parameters from a 'flowFrame' for plotting,
     either subset the object or specify the parameters as a character
     vector in the second argument to 'plot'. The 'smooth' parameters
     lets you toggle between density-type 'smoothScatter' plots and
     regular scatter- or pairs plots.  For far more sophisticated
     plotting of flow cytometry data, see the lattice-style plot
     methods provided by this package.

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



     _x = "_f_l_o_w_F_r_a_m_e", _y = "_A_N_Y" We decide on the number of parameters
          in the  'flowFrame'which plot type to use.

     _x = "_f_l_o_w_F_r_a_m_e", _y = "_m_i_s_s_i_n_g" see above 

     _x = "_f_l_o_w_F_r_a_m_e", _y = "_c_h_a_r_a_c_t_e_r" The parameters to plot are given
          as a second argument in the form of a character vector. 


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

     F. Hahne

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

     'xyplot', 'flowFrame', 'densityplot'

