getTime: Get the time at which at flowFrame began collection

Description Usage Arguments Value Examples

View source: R/generalFunctions.R

Description

Get the time at which at flowFrame began collection

Usage

1
getTime(flowframe)

Arguments

flowframe

The flowFrame for which you would like the initial time

Value

numeric time value in minutes

Examples

1
2
3
plate1<-read.flowSet(path = system.file("extdata", "ss_example", package =
"flowTime"),alter.names = TRUE)
getTime(plate1$A01.fcs)

flowTime documentation built on Nov. 8, 2020, 8:13 p.m.