plotFH | R Documentation |
Creates a simple plot of the raw histogram data. Used as a utility for other plotting functions, and perhaps useful for users who wish to create their own plotting routines.
plotFH(fh, main = fhFile(fh), ...)
fh |
a |
main |
character; the plot title. Defaults to the filename of the
|
... |
additional parameters passed to |
Not applicable, used for plotting
Tyler Smith
library(flowPloidyData)
fh1 <- FlowHist(file = flowPloidyFiles()[1], channel = "FL3.INT.LIN")
plotFH(fh1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.