Reports whether x is a ggcyto object

is.ggcyto(x)

Arguments

x

An object to test

Value

TRUE/FALSE

Examples

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