set_new_simulation: Define a new simulation in an FSK2R object

View source: R/simulations.R

set_new_simulationR 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.


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