View source: R/taxonComposition.R
taxonComposition | R Documentation |
Return the size of the distribution of each composing species of each taxon
taxonComposition(x, taxanames = x$input$taxa.name)
x |
A |
taxanames |
A list of taxa to use (default is all the recorded taxa). |
A list with the number of unique occurrences for each composing species
## Not run:
data(reconstr)
taxonComposition(reconstr)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.