View source: R/plot_full_scan_from_root.R
plot_full_scan_from_root | R Documentation |
Plots an extended genome scan with multiple layers at a series of time points, taking only the root folder of the simulation as input.
plot_full_scan_from_root(root, times, show_traits = TRUE, show_time = FALSE)
root |
Path to the simulation folder |
times |
The time points to plot |
show_traits |
Whether to show a histogram of ecological trait values too |
show_time |
Whether to show the time point on each plot |
Runs plot_full_scan
in the background
A list of ggplots (or a single ggplot if only one time point is specified)
plot_full_scan
, read_loci
, read_architecture
## Not run: root <- system.file("extdata", "sim-example", package = "speciomer") plot_full_scan(root, times = -1000) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.