Learn R Programming

ggcyto (version 1.0.5)

is.ggcyto_flowSet: 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

Run this code
data(GvHD)
fs <- GvHD[1:2]
p <- ggcyto(fs, aes(x = `FSC-H`))
is.ggcyto_flowSet(p)

Run the code above in your browser using DataLab