extract               package:pastecs               R Documentation

_E_x_t_r_a_c_t _a _s_u_b_s_e_t _o_f _t_h_e _o_r_i_g_i_n_a_l _d_a_t_a_s_e_t

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

     `extract' is a generic function for extracting a part of the
     original dataset according to an analysis...)

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

     extract(e, n, ...)

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

       e: An object from where extraction is performed 

       n: The number of elements to extract 

     ...: Additional arguments affecting the extraction 

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

     A subset of the original dataset contained in the extracted object

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

     'abund', 'regul', 'tsd', 'turnogram', 'turnpoints'

