fhAnalyze: fhAnalyze

View source: R/flowAnalysis.R

fhAnalyzeR Documentation

fhAnalyze

Description

Complete non-linear regression analysis of FlowHist histogram data

Usage

fhAnalyze(fh, verbose = TRUE)

Arguments

fh

a FlowHist object

verbose

boolean, set to FALSE to turn off logging messages

Details

Completes the NLS analysis, and calculates the modelled events and CVs for the result.

Value

a FlowHist object with the analysis (nls, counts, cv, RCS) slots filled.

Author(s)

Tyler Smith

See Also

FlowHist

Examples

library(flowPloidyData)
fh1 <- FlowHist(file = flowPloidyFiles()[1], channel = "FL3.INT.LIN")
fh1 <- fhAnalyze(fh1)

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