man/examples/all_taxa.R

#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.