View source: R/plot_traits_from_root.R
plot_traits_from_root | R Documentation |
Wrapper around plot_traits
that reads trait data and plots them from
the root folder of a simulation.
plot_traits_from_root(root, burnin_bar = TRUE)
root |
Path to the simulation folder |
burnin_bar |
Argument to be passed to |
A ggplot
read_individuals
, plot_traits
## Not run: root <- system.file("extdata", "sim-example", package = "speciomer") plot_traits_from_root(root) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.