Import_Parameters: Import model parameters

Description Usage Arguments Details Value See Also Examples

View source: R/0-Import.R

Description

Import the parameters from local files, or from default (from package data)

Usage

1
2
3
4
Import_Parameters(
  path = NULL,
  Names = list(Site = "Site.R", Soil = "Soil.R", Coffee = "Coffee.R", Tree = NULL)
)

Arguments

path

The path to the parameter files folder. If NULL, take the default files from the package

Names

List of the file names. Default: list(Site="Site.R",Soil="Soil.R",Coffee="Coffee.R",Tree=NULL)

Details

For the full list of parameters and the format of the parameter files, see site(). The function return the parameter files path in the list, to access it, see example.

Value

A list of all input parameters for DynACof

See Also

DynACof() site()

Examples

1
2
3
4
# Importing defaults:
Parameters= Import_Parameters()
# Parameters files path:
Parameters$files

VEZY/DynACof documentation built on Feb. 3, 2021, 8:52 p.m.