R/ggcyto_flowSet.R
is.ggcyto_flowSet.Rd
Reports whether x is a ggcyto_flowSet object
is.ggcyto_flowSet(x)
An object to test
TRUE or FALSE
data(GvHD) fs <- GvHD[1:2] p <- ggcyto(fs, aes(x = `FSC-H`)) is.ggcyto_flowSet(p)#> [1] TRUE