Description Usage Arguments Value
Similar to expand.grid
but inputs a vector of minimum
values and a vector of maximum values in addition to a length.out parameter.
It returns a list of vectors, with an element for each combination of land
cover parameters. By default, all.combo=FALSE
and all land covers are
incremented jointly. If all.combo=TRUE
, then all combinations of land
cover parameter values will be output. If LC="all"
, then all land
cover types will be incremented across the specifie range. If LC
is
set to a specific land cover category, then only that category will be
incremented while the other categories are held constant.
1 2 | expand_LCs(gp = g.p, param = NULL, LC = "all", all.combo = FALSE,
len_out = 6, lc.min = rep(0.1, 6), lc.max = rep(0.9, 6))
|
gp |
Named list of global parameters. If |
param |
|
LC |
Character scalar of which land cover categories to increment; must
take one of |
all.combo |
|
lc.min |
Vector |
lc.max |
Vector |
len.out |
Number of parameter values per land cover category |
List of vectors, each length 6
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.