Learn R Programming

BacArena (version 1.8.2)

openArena: Start simulation

Description

The function openArena can be used to start a default simulation.

Usage

openArena()

Arguments

Value

Returns an object of class Eval which can be used for subsequent analysis steps.

Examples

Run this code
# NOT RUN {
sim <- openArena()
evalArena(sim, time=5, phencol = TRUE, 
          plot_items=c("Population", "EX_o2(e)", "EX_for(e)", "EX_glc(e)"))
# }

Run the code above in your browser using DataLab