read_parameters: Read simulation parameters

View source: R/read_parameters.R

read_parametersR Documentation

Read simulation parameters

Description

Read the parameter file in a simulation folder

Usage

read_parameters(root)

Arguments

root

Path to the simulation folder

Details

The function looks for the file "paramlog.txt" in the simulation folder

Value

A named list of parameter values

Examples


root <- system.file("extdata", "sim-example", package = "speciomer")
read_parameters(root)


rscherrer/speciomer documentation built on March 11, 2023, 5:37 p.m.