read_patch_size_data: Read patch size data

View source: R/read_patch_size_data.R

read_patch_size_dataR Documentation

Read patch size data

Description

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.

Usage

read_patch_size_data(root)

Arguments

root

Path to the simulation folder

Value

A tibble

See Also

read_data

Examples


root <- system.file("extdata", "sim-example", package = "brachypoder")
read_patch_size_data(root)


rscherrer/brachypoder documentation built on Oct. 2, 2024, 11:18 p.m.