function to check if object is a flowFrame
is.flowFrame(x)
x
any R object
TRUE if object is a flowFrame. FALSE otherwise
x <- c(1, 5, 4) is.flowFrame(x)