Usage
group.abund.Taxa(data, is.OTU=TRUE, rank="g", taxa,
drop.unclassified=FALSE, bar.width=NULL,
meta, meta.factor="", RAM.theme=NULL,
col.pal=NULL, main="",
file=NULL, ext=NULL, height=8, width=16)Arguments
is.OTU
logical. If an OTU table was provided, is.OTU should be set
as TRUE; otherwise, it should be set as FALSE.
taxa
a vector containing taxa names for plotting.
drop.unclassified
logical. Whether or not drop the unclassified taxon groups.
meta
the metadata table to be used (must have same samples as data.
meta.factor
a character string. Must be one of the metadata variables.
RAM.theme
customized ggplot_theme in RAM.
See also ?theme_ggplot.
col.pal
color palettes to be used.
main
a character string. The title of the plot, default is an empty string.
file
filename to save the plot.
ext
filename extension, the type of image to be saved to.
width
an integer, width of the plot.
height
an integer, height of the plot.