run_all_simulations {FSK2R}R Documentation

Run every simulation in an FSK object

Description

Runs every simulation defined in the FSK object. This includes the ones originally included in the FSK container, as well as the ones added using set_new_simulation().

Usage

run_all_simulations(fsk_object, run_visualization = FALSE)

Arguments

fsk_object

Instance of FSK2R

run_visualization

Whether to call the visualization script. FALSE by default.

Value

None


[Package FSK2R version 0.1.3 Index]