Return the size of the distribution of each composing species of each taxon

taxonComposition(x, taxanames = x$input$taxa.name)

Arguments

x

A crestObj generated by either the crest.calibrate, crest.reconstruct or crest functions.

taxanames

A list of taxa to use (default is all the recorded taxa).

Value

A list with the number of unique occurrences for each composing species

Examples


if (FALSE) {
  data(reconstr)
  taxonComposition(reconstr)
 }