n_simuls_fsk: Number of simulations in the FSK2R object

View source: R/getters.R

n_simuls_fskR Documentation

Number of simulations in the FSK2R object

Description

Number of simulations in the FSK2R object

Usage

n_simuls_fsk(fsk_obj)

Arguments

fsk_obj

An instance of FSK2R

Value

An integer vector of length one.

Examples


 path_example <- system.file("extdata", "ToyModelv4.fskx", package = "FSK2R")
 my_fsk <- import_fsk(path_example)
 n_simuls_fsk(my_fsk)



FSK2R documentation built on March 18, 2022, 7:21 p.m.