is.ggcyto_flowSet: Reports whether x is a ggcyto_flowSet object

View source: R/ggcyto_flowSet.R

is.ggcyto_flowSetR 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)

RGLab/ggcyto documentation built on March 3, 2024, 6:23 p.m.