new_classification {taxa} | R Documentation |
Minimal classfication constructor
Description
Minimal classfication constructor for internal use. Only use when the input is known to be valid since few validity checks are done.
Usage
new_classification(taxonomy = taxonomy(), instances = integer())
Arguments
taxonomy |
A |
instances |
The indexes of each instance of a taxon in the taxonomy. Can be any length. |
Value
An S3
object of class taxa_classification
[Package taxa version 0.4.3 Index]