Description Usage Arguments Value Examples
Annual fire size by vegetation class ALFRESCO post-processing. pp_fsv
works with model outputs.
The companion function, pp_fsv_emp
handles empirical data.
pp_fsv_save
is a wrapper function that calls both and also generates and saves plots and data to disk.
1 2 3 4 5 6 | pp_fsv(d, main_dir, veg, shp, years, obs = NULL)
pp_fsv_emp(i, b, veg, shp, years, obs = NULL)
pp_fsv_save(d, main_dir, veg, shp, alf_yrs, emp_yrs, obs, i, b, out,
domain, mc.cores = 32)
|
d |
iterator, ALFRESCO replicates. |
main_dir |
input directory. |
veg |
vegetation raster layer. |
shp |
masking shapefile. |
years |
numeric, vector of years. |
obs |
fire scar period totals raster layer. |
i |
iterator, layer number of |
b |
annual fire ID raster brick. |
alf_yrs |
ALFRESCO run years. |
emp_yrs |
empirical data years. |
out |
character, output directory. |
domain |
character, ALFRESCO domain, |
mc.cores |
number of processors. |
a tibble.
1 | # not run
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.