PlotDotplot | R Documentation |
Plot a dotplot
PlotDotplot( longMatrix, indivVar, colorVar = "", transformation = "arcsin", textSize = 15 )
longMatrix, |
a matrix made with MakeDotPlotMatrix function |
indivVar, |
individual variable name |
colorVar, |
color variable as column in the matrix |
transformation, |
transformation to use, default is "arcsin". Other is "log10" |
textSize, |
size of the text of the plot, deault is 15 |
a dotplot of barcode abundances in two conditions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.