View source: R/plot_outcome_full.R
plot_outcome_full | R Documentation |
Plots trait density plots through time as well as locus-specific allele frequencies, Fst, Qst, Cst and average mutational effects through time, and histograms showing the distributions of these variables at the last generation. Variables are shown throughout the whole simulation.
plot_outcome_full(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_full(root) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.