set_new_simulation {FSK2R}R Documentation

Define a new simulation in an FSK2R object

Description

Sets a new simulation using the parameters defined in simulation_pars. The method updates all the relevant methods.

Usage

set_new_simulation(fsk_object, simulation_id, parameters)

Arguments

fsk_object

Instance of FSK2R

simulation_id

A character with an id for the new simulation.

parameters

A list whose names are the parameters to modify and their values their values for the simulation.

Value

An instance of FSK2R with the additional simulation data.


[Package FSK2R version 0.1.3 Index]