plotDensities            package:codelink            R Documentation

_P_l_o_t _D_e_n_s_i_t_i_e_s

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

     Takes a Codelink object and plot the distributions of intensities.

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

     plotDensities(object, subset=1:dim(object)[2], title=NULL,
         legend.cex=1, what=NULL)

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

  object: an object of class "Codelink".

  subset: subset of arrays to be plotted (default: all).

   title: title of the plot.

legend.cex: font factor use in legend to fit.

    what: what data to plot, may be "bg", "smean", "snr", "ri" or "ni"

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

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

_N_o_t_e:

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

     Diego Diez

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

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

     ## Not run: 
         data(codelink.example)
         plotDensities(codelink.example)
     ## End(Not run)

