fhAnalyze: fhAnalyze

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/flowAnalysis.R

Description

Complete non-linear regression analysis of FlowHist histogram data

Usage

1

Arguments

fh

a FlowHist object

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

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

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