Description Usage Arguments Value References See Also Examples
View source: R/plot_functions.R
Taxa/OTU are ordered by their prevalence in the dataset, and samples are ordered by their richness (or completedness).
1 | plot_sparsity(physeq, title = NULL)
|
physeq |
|
title |
A title to the mean-variance plot |
A ggplot
object
Adapted from Thorsen and Brejnrod et al. (2016).
plot_mv
,taxa_prev
, sample_prev
1 2 3 4 5 6 | ## Not run:
require(phyloseq)
data(enterotype)
(entero.sparse<-plot_sparsity(enterotype, title = "Sparsity Plot")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.