extract {MixThres} | R Documentation |
Extraction of the first element of the jth component of a list.
extract(liste, j)
liste |
A list. |
j |
A number corresponding to an element of the list liste. |
The first element of the jth component of the list liste.
J. Aubert