Extracts a subset of TSD data according to the array subset 'ind' and/or the cartesian subset 'range' and/or the logical/numeric vector of subscripts 'subset'.
1 2 3 4 |
ind |
is a list of indexes, as typed into the [] of an array, where 0 and NULL denotes all indexes. |
range |
is a list of elements with names matching names if 'data', specifying the range of the corresponding elements. |
subset |
is a numeric or logical vector/expression indicating elements or rows to keep (as used in subset()). Missing values are taken as false, and subset=0 or subset=NULL indicates no subsetting. |
data |
is a list of elements named according to the TSD file format. |
strict |
is TRUE if strict inequality is to be used when subsetting according to 'range'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.