View source: R/plot_outcome_simple.R
plot_outcome_simple | R Documentation |
Equivalent of plot_outcome_full
but without the plots of allele
frequencies, Fst, Qst and Cst through time (so only trait densities and
average mutational effects are shown).
plot_outcome_simple(root, approx = NULL)
root |
Path to the simulation folder |
approx |
Path to pass to |
Wrapper around plot_outcome_core
A patchwork
Locus-specific average mutational effects are subsampled every 1,000 generations to avoid crowding the plots.
plot_outcome_core
## Not run: root <- system.file("extdata", "sim-example", package = "speciomer") plot_outcome_simple(root) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.