Assumes the taxon variable name is Taxon
1 2 3 4 5 6 | compute_ratios(
.data,
group_vars = c("Sample"),
comp_vars = setdiff(names(dplyr::select_if(.data, is.numeric)), group_vars),
drop = TRUE
)
|
drop |
Whether to drop the individual taxon quantities |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.