View source: R/plot_eco_trait_histogram.R
plot_eco_trait_histogram | R Documentation |
Plots a histogram of the ecological trait values across the population at a certain time point.
plot_eco_trait_histogram(data, time)
data |
A data frame containing individual-wise data with a column named
"trait1" (see |
time |
The time point at which to plot the distribution |
A ggplot
read_individuals
root <- system.file("extdata", "sim-example", package = "speciomer") data <- read_individuals(root, "traits", ncol = 3) plot_eco_trait_histogram(data, -1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.