is_taxon {taxa}R Documentation

Check if something is a taxon object

Description

Check if an object is of the taxon class

Usage

is_taxon(x)

Arguments

x

An object to test

Examples

x <- taxon(c('A', 'B', 'C'))
is_taxon(x)
is_taxon(1:2)


[Package taxa version 0.4.3 Index]