Learn R Programming

retrocombinator (version 1.0.0)

is.SequenceParams: Is x a SequenceParams object?

Description

Is x a SequenceParams object?

Usage

is.SequenceParams(x)

Arguments

x

An arbitrary object

Value

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

Examples

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

Run the code above in your browser using DataLab