MakeTernaryMatrix | R Documentation |
Create matrix input for the PlotTernaryPlot function
MakeTernaryMatrix( matrixWide, metadata, indivVar, indivVal, topVar, topVal, rightVar, rightVal, leftVar, leftVal, addColor = "no" )
matrixWide, |
barcode count matrix |
metadata, |
the metadata of the matrix |
indivVar, |
individuals variable name |
indivVal, |
individuals value names |
topVar, |
top ternary variable |
topVal, |
top ternary values |
rightVar, |
right ternary variable |
rightVal, |
right ternary values |
leftVar, |
left ternary variable |
leftVal, |
left ternary values |
addColor, |
should the dots be colored by individuals, default is "no". Other is "yes" |
a ternary plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.