expand_cnpy: Expand to all combinations of canopy parameter ranges...

Description Usage Arguments Value

View source: R/fn_aux.R

Description

Similar to expand.grid but inputs two vectors with min and max parameter values (one set for open canopy and one set for closed canopy) in addition to a length.out parameter, and returns a list of vectors, with an element for each combination of land cover parameters.

Usage

1
expand_cnpy(Op = c(3, 7), Cl = c(3, 7), length_out = 2)

Arguments

Open

Vector of min & max for open canopy categories (open invasible and other)

Closed

Vector of min & max for closed canopy categories (deciduous, white pine, other evergreen, and mixed forests)

length.out

Number of parameter values per land cover category

Value

List of vectors, each length 6


Sz-Tim/gbPopMod documentation built on Dec. 7, 2020, 1:07 p.m.