plot.FlowHist: Plot histograms for FlowHist objects

Description Usage Arguments Value Author(s)

View source: R/plotFlowHist.R

Description

Plot histograms for FlowHist objects

Usage

1
2
3
## 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


flowPloidy documentation built on Nov. 8, 2020, 8:04 p.m.