Is x a BurstParams object?

is.BurstParams(x)

Arguments

x

An arbitrary object

Value

A logical, TRUE if x is a BurstParams object, and FALSE otherwise

Examples

is.BurstParams(BurstParams()) # TRUE
#> [1] TRUE
is.BurstParams(data.frame()) # FALSE
#> [1] FALSE