View source: R/diversity_plots.R
plot_alpha_by | R Documentation |
Alpha and beta diversity plots stratified by sample variables
plot_alpha_by(
pseq,
vars,
metadata = sample_data(pseq)[, vars],
notch = TRUE,
adjust_formula,
alpha_p
)
plot_beta_by(pseq, vars, dist_mtrx)
pseq |
An object of class |
vars |
Character vector. Names of variables in |
metadata |
Data.frame. Defaults to |
notch |
Logical. Whether or not to return notched boxplots. |
dist_mtrx |
Matrix. Matrix of between-group distances, e.g. as returned by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.