PlotDiversity | R Documentation |
Plot a boxplot with diversity measures
PlotDiversity( matrix, diversity, listVar, indivVar, colorVar = "", dots = "no", labels = "no", textSize = 15 )
matrix, |
a long matrix containing diversity measures make with CalculDiversity function |
diversity, |
diversity index, default is "Number of barcodes". Others are "Simpson Index" or "Shannon Index" |
listVar |
, a list of varaibles |
indivVar, |
individuals variable name |
colorVar |
, the color variable |
dots, |
reveal dots, default is "no". Other is "yes" |
labels, |
show dots labels, default is "no". Other is "yes". |
textSize, |
size of the text, default is 15 |
a boxplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.