plot_outcome | R Documentation |
Plots an overview of a simulation outcome in different ways depending on the option.
plot_outcome(root, which = "full", approx = NULL, ...)
root |
Path to the simulation folder |
which |
Which type of outcome to plot? Either of: "full", shows the
trait density plots and all the locus-specific variables through the whole
simulation; "simple", shows only trait density plots and average mutational
effect through time; "burnin", same as "simple" but only during the burn-in
period; "init", same as "simple" but during the first 1,000 generations;
"custom", for custom arguments to be passed to |
approx |
Path to pass to |
... |
Further arguments to be passed to |
See ?plot_outcome_core
A patchwork
plot_outcome_core
, plot_outcome_full
,
plot_outcome_simple
, plot_outcome_burnin
,
plot_outcome_init
## Not run: root <- system.file("extdata", "sim-example", package = "speciomer") plot_outcome(root) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.