plot_phyloseq | R Documentation |
There are many useful examples of phyloseq graphics functions in the
phyloseq online tutorials.
The specific plot type is chosen according to available non-empty slots.
This is mainly for syntactic convenience and quick-plotting. See links below
for some examples of available graphics tools available in the
phyloseq-package
.
plot_phyloseq(physeq, ...) ## S4 method for signature 'phyloseq' plot_phyloseq(physeq, ...)
physeq |
(Required). |
... |
(Optional). Additional parameters to be passed on to the respective specific plotting function. See below for different plotting functions that might be called by this generic plotting wrapper. |
A plot is created. The nature and class of the plot depends on
the physeq
argument, specifically, which component data classes
are present.
plot_ordination
plot_heatmap
plot_tree
plot_network
plot_bar
plot_richness
data(esophagus) plot_phyloseq(esophagus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.