Summarize NDR inputs
summarize_inputs_ndr(folder_path, args = NULL)
path to a folder containing ndr input files
optional. named list of ndr args
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
Assumes that the lulc raster has "lulc" in the file name.
if (FALSE) {
summarize_inputs_ndr(folder_path = "inst/extdata/NDR", args = ndr_testdata_args())
}