Description Usage Arguments Value
These functions are used for post-processing of ALFRESCO fire events from map outputs.
1 2 3 4 5 6 7 | prep_fire_events(k, pts, locs, replicates, source = "Modeled",
buffer_list = list(NULL),
buffer_labels = LETTERS[1:length(buffer_list)], veg = NULL, main_dir)
prep_fire_events_emp(b, pts, locs, replicates = "Observed",
source = "Observed", buffer_list = list(NULL),
buffer_labels = LETTERS[1:length(buffer_list)], veg = NULL, yrs)
|
k |
integer, an iterator. |
pts |
table of point locations. |
locs |
location names |
replicates |
character, simulation replicate labels. |
source |
character, |
buffer_list |
list of point location buffers in meters. |
buffer_labels |
labels for buffers in list. |
veg |
vegetation raster layer. |
main_dir |
directory path. |
b |
a raster brick. |
yrs |
vector of years. |
a list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.