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