knitr::opts_chunk$set(echo = FALSE, messages = FALSE, warnings = FALSE,
                      fig.width = 9, fig.height = 9)
library(ewing)

Default Data

mysim <- init.simulation(interact = FALSE, message = FALSE)
simres <- future.events(mysim, nstep = 1000, plotit = FALSE, messages = FALSE)
ggplot_ewing(simres)

Local Copy Simplified data

mysim <- init.simulation(interact = FALSE, message = FALSE, datadir = "local/data")
simres <- future.events(mysim, nstep = 1000, plotit = FALSE, messages = FALSE)

Local copy has fewer stages and changed names.

ggplot_ewing(simres)


byandell/ewing documentation built on Jan. 3, 2024, 7:27 p.m.