is.ggcyto: Reports whether x is a ggcyto object

View source: R/ggcyto.R

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

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