extract {MixThres}R Documentation

Extraction of a particular element from a list

Description

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

Usage

extract(liste, j)

Arguments

liste A list.
j A number corresponding to an element of the list liste.

Value

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

Author(s)

J. Aubert


[Package MixThres version 1.0 Index]