abbreviations {vegsoup} | R Documentation |
Get the abbreviations (abbr) used to encode scientific species names. There are methods
for Species
and Taxonomy
classes, as well as for Vegsoup
objects.
## 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
require(vegsoup) data(barmstein) abbr(barmstein)