is.ggcyto {ggcyto}R Documentation

Reports whether x is a ggcyto object

Description

Reports whether x is a ggcyto object

Usage

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)

[Package ggcyto version 1.14.1 Index]