Reports whether x is a ggcyto_par object

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)
#> [1] TRUE