View source: R/plot_outcome_init.R
plot_outcome_init | R Documentation |
Plots the first 1,000 generations of a simulation. Supposed to be used on a simulation with only 1,000 generations recorded with high resolution. The start of the x-axis is artificially moved to -20,000 to mimic the early steps of a longer simulation (without this function we would have had to simulate 20,000 generations of burn-in with high resolution, which would have taken a lot of space).
plot_outcome_init(root, approx = NULL)
root |
Path to the simulation folder |
approx |
Path to pass to |
Wrapper around plot_outcome_core
A patchwork
See ?plot_eco_trait_zoomed
for the logic behind having a
separate high-resolution simulation for the early steps of the burn-in
period.
plot_outcome_core
, plot_eco_trait_zoomed
## Not run: root <- system.file("extdata", "sim-example", package = "speciomer") plot_outcome_init(root) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.