Learn R Programming

allometric (version 2.1.0)

Taxa: 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(...)

Value

An instance of class Taxa

Arguments

...

A set of Taxon objects.

Examples

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

Run the code above in your browser using DataLab