Description Usage Arguments Details Value
Read elements from an ldat object
1 2 | ## S3 method for class 'ldat'
lget(x, ...)
|
x |
the |
... |
passed on to |
Indexing using index
should follow the same rules as indexing a regular
data.frame using a logical or numeric index. The range given by range
includes both end elements. So, a range of c(1,3)
selects the first
three elements.
Returns an ldat
with the selected elements. In order to convert
the selection to an R-vector as_rvec
can e used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.