Reports whether x is a ggcyto_flowSet object

is.ggcyto_flowSet(x)

Arguments

x

An object to test

Value

TRUE or FALSE

Examples

data(GvHD) fs <- GvHD[1:2] p <- ggcyto(fs, aes(x = `FSC-H`)) is.ggcyto_flowSet(p)
#> [1] TRUE