powered by
Get all cultivar parameters in a model
get_cultivar(l, alias = TRUE)
A data frame for all cultivar parameters
The list of apsimx file
Whether to export alias
wheat <- read_apsimx(system.file("extdata/Wheat.json", package = "rapsimng")) get_cultivar(wheat) get_cultivar(wheat, alias = FALSE)
Run the code above in your browser using DataLab