plot-methods              package:NADA              R Documentation

_M_e_t_h_o_d_s _f_o_r _f_u_n_c_t_i_o_n _p_l_o_t _i_n _P_a_c_k_a_g_e _N_A_D_A

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

     Methods for plotting objects in package 'NADA'

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

     ## S4 method for signature 'ros':
     plot(x, plot.censored=FALSE, lm.line=TRUE, grid=TRUE, ...)

     ## S4 method for signature 'cenfit':
     plot(x, conf.int=FALSE, ...)

     ## S4 method for signature 'cenmle':
     plot(x, ...)

     ## S4 method for signature 'cenreg':
     plot(x, ...)

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

       x: An output object from a NADA function such as 'ros'. 

conf.int: A logical indicating if confidence intervals should be
          computed.  For 'cenfit' objects, the confidence interval is
          set during the call to 'cenfit'.  Currently not supported for
          'ros'  objects. 

plot.censored: 'ros': should censored values be plotted?

 lm.line: 'ros': should the linear regression line be plotted?

    grid: 'ros': should a grid be overlayed?

     ...: Additional arguments passed to the generic method. 

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

     'plot'

