summarize_inputs_ndr | R Documentation |
Summarize NDR inputs
summarize_inputs_ndr(folder_path, args = NULL)
folder_path |
path to a folder containing ndr input files |
args |
optional. named list of ndr args |
Assumes that the lulc raster has "lulc" in the file name.
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
## Not run: summarize_inputs_ndr(folder_path = "inst/extdata/NDR", args = ndr_testdata_args()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.