Skip to contents

Solve a MEMC configuration

Usage

solve_model(mod, time, params = NULL, state = NULL, ...)

Arguments

mod

model object

time

a vector of the time steps

params

default set to NULL, will then use the parameter table read in with the "mod" object.

state

default set to NULL, will then use the state read read in with the "mod" object.

...

additional arguments that can be read into deSolve::ode

Value

a long formatted data.table of the simulation results