Description Usage Arguments Details Value Author(s) See Also Examples
Get the abbreviations (abbr) used to encode scientific species names. There are methods
for Species and Taxonomy classes, as well as for Vegsoup objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## S4 method for signature 'Vegsoup'
abbr(obj)
## S4 replacement method for signature 'Vegsoup'
abbr(obj) <- value
## S4 method for signature 'Vegsoup'
abbr.layer(obj)
## S4 method for signature 'Species'
abbr(obj)
## S4 method for signature 'Taxonomy'
abbr(obj)
|
obj |
a |
value |
character. Useful to change abbreviations. |
For 'vegsoup' objects abbr returns sort(unique(species(obj)$abbr)) and
for Species or Taxonomy objects the method returns column abbr from slot 'data'.
character.
Roland Kaiser
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.