R/taxonComposition.R
taxonComposition.Rd
Return the size of the distribution of each composing species of each taxon
taxonComposition(x, taxanames = x$input$taxa.name)
A crestObj
generated by either the crest.calibrate
,
crest.reconstruct
or crest
functions.
A list of taxa to use (default is all the recorded taxa).
A list with the number of unique occurrences for each composing species
if (FALSE) {
data(reconstr)
taxonComposition(reconstr)
}