View source: R/read_parameters.R
read_parameters | R Documentation |
Read the parameter file in a simulation folder
read_parameters(root)
root |
Path to the simulation folder |
The function looks for the file "paramlog.txt" in the simulation folder
A named list of parameter values
root <- system.file("extdata", "sim-example", package = "speciomer") read_parameters(root)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.