Summarize NDR inputs

summarize_inputs_ndr(folder_path, args = NULL)

Arguments

folder_path

path to a folder containing ndr input files

args

optional. named list of ndr args

Value

a data.frame where each row is a lulc type and there are columns for: the number of cells of each type, the percent of each type, and the product of the number of each type and load_p from the biophys table

Details

Assumes that the lulc raster has "lulc" in the file name.

Examples

if (FALSE) {
summarize_inputs_ndr(folder_path = "inst/extdata/NDR", args = ndr_testdata_args())
}