run_system: Run the whole system

Description Usage Arguments Examples

View source: R/de_system.R

Description

Runs the differential equations using the scehario specification

Usage

1

Arguments

scenario

A list of parameter values specifying the system. As produced by scenario

seed

The seed for the randomizer

Examples

1
2
3
ss <- run_system(get_scenario('tc_Simple_1_2'), 1)
pv <- format_data(ss)
plot_component(pv, "Strain")

philliplab/hdsResistanceModel documentation built on May 25, 2019, 5:05 a.m.