read_trait_mean_data: Read mean trait data

View source: R/read_trait_mean_data.R

read_trait_mean_dataR Documentation

Read mean trait data

Description

This function is a wrapper around read_data tailored at reading the output file "traitmeans.dat" into a tibble with one row per deme and per patch and one column per trait.

Usage

read_trait_mean_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_trait_mean_data(root)


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