Taxa: Group taxons together

View source: R/Taxa.R

TaxaR Documentation

Group taxons together

Description

Taxa represents a set of taxons. See Taxon(). These are typically used to specify species and other taxonomic groups that belong to a model.

Usage

Taxa(...)

Arguments

...

A set of Taxon objects.

Value

An instance of class Taxa

Examples

Taxa(
   Taxon(
      family = "Pinaceae",
      genus = "Pinus",
      species = "ponderosa"
   ),
   Taxon(
     family = "Betulaceae"
   )
)

allometric documentation built on Nov. 8, 2023, 1:07 a.m.