all_taxa: Get all taxa

View source: R/ecopart_all_taxa.R

all_taxaR Documentation

Get all taxa

Description

retrieve the names of all taxa in the ecopart_obj

Usage

all_taxa(ecopart_obj)

Arguments

ecopart_obj

an ecopart object

Examples

#getting all taxa
ecopart_example |> all_taxa()

#get unique taxa names
ecopart_example |>
  all_taxa() |>
  unique()

#get proportions
ecopart_example |> 
  all_taxa() |> 
  table() |> 
  prop.table()

TheAlexBarth/EcotaxaTools documentation built on Nov. 14, 2024, 8:27 p.m.