View source: R/ecopart_all_taxa.R
all_taxa | R Documentation |
retrieve the names of all taxa in the ecopart_obj
all_taxa(ecopart_obj)
ecopart_obj |
an ecopart object |
#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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.