Learn R Programming

FSK2R (version 0.2.0)

is.FSK2R: Is it an instance of FSK2R?

Description

Is it an instance of FSK2R?

Usage

is.FSK2R(object)

Value

A logical vector

Arguments

object

Object to check

Examples

Run this code
# \donttest{
 path_example <- system.file("extdata", "ToyModelv4.fskx", package = "FSK2R")
 my_fsk <- import_fsk(path_example)
 is.FSK2R(my_fsk)
# }

Run the code above in your browser using DataLab