View source: R/prep_plot_rank_ab.R
rank_abund | R Documentation |
rank_abund()
generates a data frame that's ready to be used by
plot_rank_ab()
rank_abund(
phy_df,
gvars = NULL,
bases = NULL,
abunds = "Abundance",
rank = "Genus",
IDcol
)
phy_df |
A dataframe of a phyloseq object, like that generated by
|
gvars |
( |
bases |
( |
abunds |
( |
rank |
( |
IDcol |
( |
A data frame whose taxa have been ranked by their mean abundance in the user-specified baseline level of some grouping variable or variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.