Description Usage Arguments Value Examples
View source: R/plot_functions.R
Violin plot to visualise sample sequence number distribution.
1 | plot_violin(physeq, x, title = NULL)
|
physeq |
|
x |
A |
title |
A title to the mean-variance plot |
A ggplot
object.
1 2 3 4 | require(phyloseq)
data("soilrep")
head( sample_data(soilrep) )
plot_violin(physeq = soilrep, x = "warmed")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.