new_sim: Create a new simulation object

View source: R/new_sim.R

new_simR Documentation

Create a new simulation object

Description

Create a new simulation object. This is typically the first function to be called when running a simulation using SimEngine. Most other SimEngine functions take a simulation object as their first argument.

Usage

new_sim()

Value

A simulation object, of class sim_obj

See Also

Visit https://avi-kenny.github.io/SimEngine/ for more information on how to use the SimEngine simulation framework.

Examples

sim <- new_sim()
print(sim)

Avi-Kenny/SimEngine documentation built on April 16, 2024, 11:42 a.m.