Simulation
Run
Execution status
Results
No data were reported for this simulation. To add data to an export, consider adding code like this:start patch Default # ... export.averageAge.step = mean(ForeverTree.age) export.averageHeight.step = mean(ForeverTree.height) # ... end patchThen, specify that the results should be written to this editor's visualizations:
start simulation Simulation # ... exportFiles.patch = "memory://editor/patches" # ... end simulation
Showing
that
of
to
.