lassie_get | R Documentation |
Subroutine for lassie
methods. Tries to retrieve a value from a lassie
object
and gives an error if value does not exist.
lassie_get(x, what_x)
x |
|
what_x |
vector specifying values to be returned:
|
Corresponding array contained in lassie
object.
las <- lassie(trees)
las_array <- lassie_get(las, 'local')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.