summarize_inputs_ndr: Summarize NDR inputs

View source: R/ndr.R

summarize_inputs_ndrR Documentation

Summarize NDR inputs

Description

Summarize NDR inputs

Usage

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

Details

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

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

Examples

## Not run: 
summarize_inputs_ndr(folder_path = "inst/extdata/NDR", args = ndr_testdata_args())

## End(Not run)

jsta/rinvest documentation built on March 17, 2023, 6:15 a.m.