is.ggcyto_par {ggcyto}R Documentation

Reports whether x is a ggcyto_par object

Description

Reports whether x is a ggcyto_par object

Usage

is.ggcyto_par(x)

Arguments

x

An object to test

Value

TRUE or FALSE

Examples

myPar <- ggcyto_par_set(limits = "instrument")
is.ggcyto_par(myPar)

[Package ggcyto version 1.8.2 Index]