Description Usage Arguments Details Examples
Compute and save to disk exact fire size by vegetation class from extracted ALFRESCO outputs.
1 |
in_dir |
input |
out_dir |
top level (project) output directory: the function will add a |
group |
character, the region group, used for file selection in |
region |
character, the region, used for file selection in |
period |
character, |
This function computes exact annual fire sizes by vegetation class from extracted ALFRESCO model run outputs. If discrete probability distributions of annual fire by vegetation class are required, see alf_dist. This function uses the same inputs, the extraction .rds files created by run_alf_extraction. It essentially does nothing more than row bind the data frames from the extraction files without computing any other statistics. This yields one file in a project directory that covers all extracted fire size by vegetation class data for a unique geographic region.
1 2 3 4 5 6 | ## Not run:
in_dir <- "/atlas_scratch/mfleonawicz/alfresco/JFSP/extractions/fsv"
out_dir <- "/workspace/UA/mfleonawicz/data/alfresco/JFSP"
fsv(in_dir, out_dir, "FMO", "MFC buffers", "historical")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.