alf_dist_inputs.Rd
Create a data frame of inputs from extraction .rds files for probability distribution estimation.
alf_dist_inputs(project, in_dir)
project | character, see details. |
---|---|
in_dir | path to data extractions, the parent directory with the three subdirectories, |
a data frame.
This function creates a data frame containing columns of metadata based on the .rds files
stored in the fsv
, veg
and age
extraction subdirectories.
These files are output during ALFRESCO data extraction by run_alf_extraction.
The columns of the data frame describe the random variable set (fsv
, veg
or age
),
location group (region set), specific location (region),
model (a GCM or CRU), RCP (including "historical"), and the fire management options (FMO) treatment.
If in_dir
is not provided, a default is taken from alfdef()$alf_extract_dir
and project
, so project
must be provided. project
is ignored if the full project path is provided via in_dir
.
Provide a directory or provide a project name and rely on the default extractions directory.
# NOT RUN { alf_dist_inputs("JFSP") # }