Description Usage Arguments Value See Also Examples
A function for getting multiple heat_tree plots per rank.
1 | heat_tree_plots(obj, rank_list = NULL, title = TRUE, ...)
|
obj |
An object to be converted to a Taxmap object with |
rank_list |
A vector of ranks used to generate heat_trees. Default: NULL |
title |
Can be a logical, NULL, or a string. The string can utilize |
... |
Any of the |
A list of heat_tree plots.
create_taxmap
, validate_MicrobiomeR_format
, heat_tree_parameters
Other Visualizations: alpha_diversity_plot
,
correlation_data
,
correlation_plots
,
correlation_plot
,
heat_tree_parameters
,
ordination_plots
,
ordination_plot
, plot_limits
,
save_alpha_diversity_plots
,
save_correlation_plots
,
save_heat_tree_plots
,
save_ordination_plots
,
save_stacked_barplots
,
stacked_barplots
,
stacked_barplot
,
top_coefficients_barplot
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
if(interactive()){
# This example uses data that are no longer available in the MicrobiomeR package,
# however, they can be easily generated with \code{\link{MicrobiomeR}{as_analyzed_format}}.
library(MicrobiomeR)
analyzed_silva <- as_MicrobiomeR_format(MicrobiomeR::raw_silva_2, "analyzed_format")
h_trees <- heat_tree_plots(analyzed_silva, rank_list = c("Phylum", "Class"))
h_trees$Class
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.