getParlist: Merges a list and the following list elements given as "...".

Description Usage Arguments Value

Description

Merges a list and the following list elements given as "...".

Usage

1
2
3
getParlist(parlist = list(), ..., na.rm = TRUE)

applyParlist(parlist, fun)

Arguments

parlist

List of parameters values specified as processName = list(parameter = value)

...

Same as parlist, but can be specified separately (not in a list but as separate inputs).

na.rm

Logical: If TRUE (default), remove NAs in the parlist.

fun

The name of a function to which the parameters in parlist should be fit.

Value

Merged list of parameters, duplicates not removed.


Sea2Data/Rstox documentation built on May 14, 2019, 8:58 a.m.