betaDivPlot | R Documentation |
Title
betaDivPlot(otuTab, metaData, classToPlot, varAxes = FALSE, col = "Set3")
otuTab |
otu table of your sample |
metaData |
design file |
classToPlot |
which column you want to plot |
varAxes |
whether to plot the contributive variables (TRUE/FALSE) |
col |
colour palette: including all the types of the "display.brewer.all()" in the RColorBrewer package |
otu_table_L2.txt <- system.file("extdata", "otu_table_L2.txt", package = "microVisu")
design.txt <- system.file("extdata", "design.txt", package = "microVisu")
betaDivPlot(otuTab = otu_table_L2.txt, metaData = design.txt,
classToPlot = "status", col = "Set3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.