plot_outcome_simple: Plot a simplified simulation outcome

View source: R/plot_outcome_simple.R

plot_outcome_simpleR Documentation

Plot a simplified simulation outcome

Description

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).

Usage

plot_outcome_simple(root, approx = NULL)

Arguments

root

Path to the simulation folder

approx

Path to pass to add_approx. Leave NULL for no overlay approximation plot.

Details

Wrapper around plot_outcome_core

Value

A patchwork

Note

Locus-specific average mutational effects are subsampled every 1,000 generations to avoid crowding the plots.

See Also

plot_outcome_core

Examples


## Not run: 

root <- system.file("extdata", "sim-example", package = "speciomer")
plot_outcome_simple(root)


## End(Not run)


rscherrer/speciomer documentation built on March 11, 2023, 5:37 p.m.