PlotBarcodeFrequencies | R Documentation |
Plot a frequency diagram
PlotBarcodeFrequencies( subLgMatrix, colorVar = "", y = "density", nbins = 5, log = "no", textSize = 15 )
subLgMatrix, |
a long matrix |
colorVar, |
variable to split and color samples by |
y, |
should the frequencies by ploted in a density curve or an histogram, degault is "density". Other is "histogram" |
nbins, |
number of bins, deauflt is 5 |
log, |
shoudl the x axis be in log scale, deault is "no". Other is "yes" |
textSize, |
size of plot text, default is 15 |
a frequency density curve or frequency histogram plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.