plot_traits_from_root: Plot trait densities from root folder

View source: R/plot_traits_from_root.R

plot_traits_from_rootR Documentation

Plot trait densities from root folder

Description

Wrapper around plot_traits that reads trait data and plots them from the root folder of a simulation.

Usage

plot_traits_from_root(root, burnin_bar = TRUE)

Arguments

root

Path to the simulation folder

burnin_bar

Argument to be passed to plot_traits

Value

A ggplot

See Also

read_individuals, plot_traits

Examples


## Not run: 

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


## End(Not run)


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