plot.FlowHist | R Documentation |
Plot histograms for FlowHist objects
## S3 method for class 'FlowHist'
plot(x, init = FALSE, nls = TRUE, comps = TRUE, main = fhFile(x), ...)
x |
a |
init |
boolean; if TRUE, plot the regression model using the initial parameter estimates over the raw data. |
nls |
boolean; if TRUE, plot the fitted regression model over the raw data (i.e., using the final parameter values) |
comps |
boolean; if TRUE, plot the individual model components over the raw data. |
main |
character; the plot title. Defaults to the filename of the
|
... |
additional arguments passed on to plot() |
Not applicable
Tyler Smith
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.