Description Usage Arguments Details Value Note Author(s) See Also Examples
Simply return the layer for each observation in slot species.
1 2 3 4 | ## S4 method for signature 'Vegsoup'
layer(obj, ...)
## S4 method for signature 'Vegsoup'
layernumber(obj, ...)
|
obj |
|
... |
passed from to methods. |
Method layer
simply returns the layer for each observation, equivalent
to species(obj)$layer
. layernumber
returns layer assignments as
an ordered integer.
layer
and layernumber
return a vector equal in length to
nrow(species(obj))
.
The function will be renamed to avoid typos with method layers
or
even dropped – it is not very useful and simple minded?
Roland Kaiser
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.