Learn R Programming

taxa (version 0.4.3)

new_classification: 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())

Value

An S3 object of class taxa_classification

Arguments

taxonomy

A taxonomy() object.

instances

The indexes of each instance of a taxon in the taxonomy. Can be any length.