extract_from_ll_wcsl {expirest} | R Documentation |
Extract information from “worst case scenario” (wcs) limit lists list
Description
The function extract_from_ll_wcsl()
extracts specific elements from
a list of lists returned by the get_wcs_limit()
function.
Usage
extract_from_ll_wcsl(ll, element)
Arguments
ll |
A list of lists returned by the |
element |
A character string that specifies the element to be extracted,
i.e. either one of |
Details
Information in a bulk list of lists that has been obtained by
aid of the function get_wcs_limit()
for a set of release
limit values (rl
) and intercepts.
Value
A list of the same length as ll_wcsl
is returned. The
individual elements of the list are matrices of the values specified by
element
that have been extracted from ll
.