sd-methods               package:NADA               R Documentation

_M_e_t_h_o_d_s _f_o_r _f_u_n_c_t_i_o_n _s_d _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 computing standard deviations in package 'NADA'

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

     ## S4 method for signature 'ros':
     sd(x, na.rm=FALSE)

     ## S4 method for signature 'cenfit':
     sd(x, na.rm=FALSE)

     ## S4 method for signature 'cenmle':
     sd(x, na.rm=FALSE)

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

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

   na.rm: Should NAs be removed prior to computation?

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

     'sd'

