read_crop_parms: Read an Agro-IBIS crop parameter file

Description Usage Arguments Value Examples

View source: R/read_crop_parms.R

Description

Read an Agro-IBIS crop parameter file

Usage

1
read_crop_parms(file, src.dir = ".", verbose = TRUE)

Arguments

file

file name, should end in .crp

src.dir

source directory

verbose

whether to print progress messages (default = TRUE)

Value

list structure with matrices for different sections of the parameter file

Examples

1
2
3
4
extd.dir <- system.file("extdata", package = "agroibis")
cpp <- read_crop_parms(file = "params_text.crp", src.dir = extd.dir)
## Just display the first element (in this case a parameter table) of the list
cpp[[1]] 

femiguez/agroibis documentation built on Oct. 29, 2020, 4:46 p.m.