taxonComposition: Return the size of the distribution of each composing species...

View source: R/taxonComposition.R

taxonCompositionR Documentation

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

Description

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

Usage

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


## Not run: 
  data(reconstr)
  taxonComposition(reconstr)
 
## End(Not run)


crestr documentation built on Jan. 6, 2023, 5:23 p.m.