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