is.ggcyto_flowSet: Reports whether x is a ggcyto_flowSet object

Description Usage Arguments Value Examples

View source: R/ggcyto_flowSet.R

Description

Reports whether x is a ggcyto_flowSet object

Usage

1

Arguments

x

An object to test

Value

TRUE or FALSE

Examples

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

ggcyto documentation built on Nov. 8, 2020, 5:30 p.m.