View source: R/read_individual_data.R
read_individual_data | R Documentation |
This function is a wrapper around read_data
tailored at reading the
output file "individuals.dat" into a tibble with one row per individual and
individual attributes (e.g. deme, patch and traits) in columns, properly
renamed.
read_individual_data(root)
root |
Path to the simulation folder |
A tibble
read_data
root <- system.file("extdata", "sim-example", package = "brachypoder")
read_individual_data(root)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.