powered by
plotAbundance
plotAbundance(data, colors = NULL, main_title = "Rank Abundance", legend_title = NULL, xlim = NULL, ylim = NULL, silent = FALSE, ...)
group
data
c(lower, upper)
TRUE
FALSE
ggplot
estimateAbundance
# Load example data file <- system.file("extdata", "ExampleDb.gz", package="alakazam") df <- readChangeoDb(file) # Plot abund <- estimateAbundance(df, "SAMPLE", nboot=100) plotAbundance(abund)
Run the code above in your browser using DataLab