plot.FlowHist {flowPloidy}R Documentation

Plot histograms for FlowHist objects

Description

Plot histograms for FlowHist objects

Usage

## S3 method for class 'FlowHist'
plot(x, init = FALSE, nls = TRUE, comps = TRUE,
  main = fhFile(x), ...)

Arguments

x

a FlowHist object

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 FlowHist object.

...

additional arguments passed on to plot()

Value

Not applicable

Author(s)

Tyler Smith


[Package flowPloidy version 1.4.2 Index]