plot_traits | R Documentation |
Plot the densities of each trait across the population and through time using
geom_bin2d
.
plot_traits(data, burnin_bar = TRUE)
data |
An individual-level dataset containing trait values for each
individual (see |
burnin_bar |
Whether to add a vertical bar at time point zero |
A ggplot
read_individuals
## Not run: root <- system.file("extdata", "sim-example", package = "speciomer") data <- read_individuals(root, "individual_traits", ncol = 3) plot_traits(data) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.