Description Usage Arguments Value Examples
View source: R/read_crop_parms.R
Read an Agro-IBIS crop parameter file
1 | read_crop_parms(file, src.dir = ".", verbose = TRUE)
|
file |
file name, should end in .crp |
src.dir |
source directory |
verbose |
whether to print progress messages (default = TRUE) |
list structure with matrices for different sections of the parameter file
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]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.