Extend parameters structure with new entries
Source:R/utilities-parameters.R
extendParameterStructure.Rd
Extend parameters structure with new entries
Arguments
- parameters
A list containing vectors 'paths' with the full paths to the parameters, 'values' the values of the parameters, and 'units' with the units the values are in. This list will be extended.
- newParameters
A list containing vectors 'paths' with the full paths to the parameters, 'values' the values of the parameters, and 'units' with the units the values are in. Entries from this list will extend or overwrite the list
parameters