Plots CV for OTUs/ASVs.
plot_taxa_cv(x, plot.type)
phyloseq-class
object.
scatter or hist (histogram)
A ggplot
plot object.
Check if there are spurious OTUs/ASVs.
if (FALSE) {
# Example data
library(microbiome)
library(microbiomeutilities)
data("zackular2014")
p0 <- zackular2014
p <- plot_taxa_cv(p0, plot.type = "hist")
print(p)
}