plot.accFirstLook          package:accuracy          R Documentation

_G_e_n_e_r_i_c _m_e_t_h_o_d_s _f_o_r _f_i_r_s_t _l_o_o_k.

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

     Initial look objects are meant to printed or plotted

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

     ## S3 method for class 'accFirstLook':
     plot(x, single=FALSE, ask = dev.interactive(), ...)
     ## S3 method for class 'accFirstLook':
     print(x, ...)

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

       x: perturb object to plotted or printed 

     ask: ask to make plots

     ...: additional parameters passed to xxx.default functions 

  single: single plot only 

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

     see the related generic functions

_N_o_t_e:

     See 'firstLook' for an example.

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

     Micah Altman Micah_Altman@harvard.edu <URL:
     http://www.hmdc.harvard.edu/micah_altman/>

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

     'firstLook'

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

     # see firstLook()

