Learn R Programming

retrocombinator (version 1.0.0)

is.BurstParams: Is x a BurstParams object?

Description

Is x a BurstParams object?

Usage

is.BurstParams(x)

Arguments

x

An arbitrary object

Value

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

Examples

Run this code
# NOT RUN {
is.BurstParams(BurstParams()) # TRUE
is.BurstParams(data.frame()) # FALSE
# }

Run the code above in your browser using DataLab