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