MakeCumulativeDiagramMatrix | R Documentation |
Plot and create matrix of a cumulative diagram
MakeCumulativeDiagramMatrix( matrix, metadata, indivVar, indivVal, var, listVal, colorVar = "", textSize = 15, xProp = "no" )
matrix, |
a long matrix |
metadata, |
the metadta |
indivVar, |
individuals variable name |
indivVal, |
individuals values name |
var, |
a variable |
listVal, |
list of variable values wanted |
colorVar, |
variable to split and color samples by |
textSize, |
size of the plot text, deault is 15 |
xProp, |
should the x axis be in proportions, default is "no" Other is "yes" |
a matrix to generate the cumulative plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.