is.FSK2R {FSK2R} | R Documentation |
Is it an instance of FSK2R?
Description
Is it an instance of FSK2R?
Usage
is.FSK2R(object)
Arguments
object |
Object to check |
Value
A logical vector
Examples
path_example <- system.file("extdata", "ToyModelv4.fskx", package = "FSK2R")
my_fsk <- import_fsk(path_example)
is.FSK2R(my_fsk)
[Package FSK2R version 0.1.3 Index]