get_background {FSK2R}R Documentation

Returns the background of an FSK object

Description

Returns the background of an FSK object

Usage

get_background(fsk_obj)

Arguments

fsk_obj

An object of class FSK2R

Value

A nested list with the following entries:

Examples


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



[Package FSK2R version 0.1.3 Index]