View source: R/CreateNewParameterFiles.R
treelistDfn | R Documentation |
treelistDfn()
adds additional initial tree diameter size classes and prefixes
to VariableNames
treelistDfn(initname, numDigits = 0, diamMin, diamMax, diamInc)
initname |
Naming convention |
numDigits |
Number of decimal places required to match the base parameter file |
diamMin |
Minimum diameter size |
diamMax |
Maximum diameter size |
diamInc |
Size (in cm) of diameter bins |
VariableNames
is a table that translates the names of parameters found within behaviours
(variables) defined by a user in the newvals object to the names of these parameters (variables) found in
the base SORTIE parameter file. This file is essential to finding the right variable within the right
behaviour to update with new values during a makeFiles()
call.
For details on how to write a new VariableNames
file, see the Preparing inputs for rsortie vignette,
linked below
There is a default VariableNames
loaded with the rsortie package, but a user may wish to add additional
variable translations.
samplebasexml[1:30] VariableNames[1:30,]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.