plot.FlowHist: Plot histograms for FlowHist objects

View source: R/plotFlowHist.R

plot.FlowHistR 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


plantarum/flowPloidy documentation built on March 25, 2023, 1:37 a.m.