drawMAPlot               package:maDB               R Documentation

_D_r_a_w _a _s_t_a_n_d_a_r_d _M_A _p_l_o_t

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

     This function draws a simple M versus A plot with a lowess curve,
     a line for the mean A value, mean M value (drawn as red lines) and
     median M and A value (drawn as green line).

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

     drawMAPlot(M, A, lwd = 1, ...)

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

       M: A vector with M values.

       A: A vector with A values.

     lwd: The line width.

     ...: Additional attributes for the plot call.

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

     An MA plot.

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

     Johannes Rainer

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

     'drawMA'

