is.flowFrame {cyanoFilter}R Documentation

function to check if object is a flowFrame

Description

function to check if object is a flowFrame

Usage

is.flowFrame(x)

Arguments

x

any R object

Value

TRUE if object is a flowFrame. FALSE otherwise

Examples

 x <- c(1, 5, 4)
 is.flowFrame(x)

[Package cyanoFilter version 1.1.1 Index]