View source: R/SAVE_FATE.step2_parameters.R
SAVE_FATE.step2_parameters | R Documentation |
This script is designed to gather all data and parameters
used to build a FATE
simulation folder.
SAVE_FATE.step2_parameters(
name.dataset,
name.simulation = NA,
strata.limits,
mat.PFG.succ,
mat.PFG.light = NULL,
mat.PFG.light.tol = NULL,
mat.PFG.soil = NULL,
mat.PFG.soil.tol = NULL,
mat.PFG.disp = NULL,
mat.PFG.dist = NULL,
mat.PFG.dist.tol = NULL,
mat.PFG.drought = NULL,
mat.PFG.drought.tol = NULL,
rasters = list(name.MASK = NA, name.DIST = NA, name.DROUGHT = NA, name.FIRE = NA,
name.ELEVATION = NA, name.SLOPE = NA),
multipleSet = list(name.simulation.1 = NA, name.simulation.2 = NA, file.simulParam.1 =
NA, file.simulParam.2 = NA, no_simulations = NA, opt.percent_maxAbund = NA,
opt.percent_seeding = NA, opt.percent_light = NA, opt.percent_soil = NA,
do.max_abund_low = NA, do.max_abund_medium = NA, do.max_abund_high = NA,
do.seeding_duration = NA, do.seeding_timestep = NA, do.seeding_input = NA,
do.no_strata = NA, do.LIGHT.thresh_medium = NA, do.LIGHT.thresh_low = NA,
do.SOIL.init = NA, do.SOIL.retention = NA, do.DISPERSAL.mode = NA,
do.HABSUIT.mode = NA)
)
name.dataset |
a |
name.simulation |
(optional) default |
strata.limits |
a |
mat.PFG.succ |
a |
mat.PFG.light |
(optional) default
(see |
mat.PFG.light.tol |
(optional) default
(see |
mat.PFG.soil |
(optional) default
(see |
mat.PFG.soil.tol |
(optional) default
(see |
mat.PFG.disp |
(optional) default |
mat.PFG.dist |
(optional) default |
mat.PFG.dist.tol |
(optional) default
(see |
mat.PFG.drought |
(optional) default
(see |
mat.PFG.drought.tol |
(optional) default
(see |
rasters |
a |
multipleSet |
a |
A list
containing all the elements given to the function and
checked, and two archive files :
name of the dataset
height strata limits
raster files of all simulation masks
name of the simulation folder
DATA
folder)contained in name.simulation
folder
and archived
PARAM_SIMUL
folder)contained in name.simulation
folder and archived
The information is written in ‘FATE_dataset_[name.dataset]_step2_parameters.RData’ file.
Maya Guéguen
PRE_FATE.skeletonDirectory
,
PRE_FATE.params_PFGsuccession
,
PRE_FATE.params_PFGlight
,
PRE_FATE.params_PFGsoil
,
PRE_FATE.params_PFGdispersal
,
PRE_FATE.params_PFGdisturbance
,
PRE_FATE.params_PFGdrought
,
PRE_FATE.params_changingYears
,
PRE_FATE.params_savingYears
,
PRE_FATE.params_globalParameters
,
PRE_FATE.params_simulParameters
,
PRE_FATE.params_multipleSet
## Load example data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.