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