data(ITS1, ITS2)
# plot the relative abundance at the class level to the screen, ignoring the
# unclassified
group.abundance(data=list(ITS1=ITS1), rank="phylum",
drop.unclassified=TRUE)
# plot the count abundance at the phylum level to path.tiff
group.abundance(data=list(ITS1=ITS1, ITS2=ITS2), rank="g",
top=10, count=FALSE, drop.unclassified=TRUE,
main="", file=NULL, ext=NULL,
height=8, width=16, bw=FALSE, ggplot=TRUE)Run the code above in your browser using DataLab