plot.autocor.result          package:Ringo          R Documentation

_P_l_o_t_s _a_u_t_o-_c_o_r_r_e_l_a_t_i_o_n _o_f _p_r_o_b_e _i_n_t_e_n_s_i_t_i_e_s

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

     Function to plot the auto-correlation of probe intensities
     computed by function 'autocor'.

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

     ## S3 method for class 'autocor.result':
     plot(x, 
     plot.title = "ChIP: Autocorrelation of Intensities", ...)

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

       x: an object of class 'autocor.result', the result  of function
          'autocor'

plot.title: 'main' title of the plot

     ...: further arguments passed on to 'plot.default', see details

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

     The following arguments to 'plot.default' are already defined in
     the function and thus cannot be specified by the user as further
     arguments in ...: 'type, lwd, xlab, ylab, col'. Argument 'main' is
     specified in 'plot.title'.

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

     invisible 'NULL'

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

     Joern Toedling toedling@ebi.ac.uk

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

     'autocor'

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

       ## see the help page of 'autocor' for an example

