plot_taxa_cv | R Documentation |
Plots CV for OTUs/ASVs.
plot_taxa_cv(x, plot.type)
x |
|
plot.type |
scatter or hist (histogram) |
Check if there are spurious OTUs/ASVs.
A ggplot
plot object.
## Not run: # Example data library(microbiome) library(microbiomeutilities) data("zackular2014") p0 <- zackular2014 p <- plot_taxa_cv(p0, plot.type = "hist") print(p) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.