is.ggcyto_flowSet {ggcyto}R Documentation

Reports whether x is a ggcyto_flowSet object

Description

Reports whether x is a ggcyto_flowSet object

Usage

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)

[Package ggcyto version 1.16.0 Index]