extract               package:MixThres               R Documentation

_E_x_t_r_a_c_t_i_o_n _o_f _a _p_a_r_t_i_c_u_l_a_r _e_l_e_m_e_n_t _f_r_o_m _a _l_i_s_t

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

     Extraction of the first element of the jth component of a list.

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

     extract(liste, j)

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

liste   : A list. 

j       : A number corresponding to an element of the list _liste_. 

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

     The first element of the jth component of the list _liste_.

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

     J. Aubert

