Concatenate multiple ParameterSet objects into a single ParameterSet.

cpset(..., pss = list(...), clone = TRUE)

Arguments

...

(ParameterSets)
Named ParameterSet objects to concatenate.

pss

(named list())
Alternatively pass a named list of ParameterSet objects.

clone

(logical(1))
If TRUE (default) parameter sets are deep cloned before combination, useful to prevent original sets being prefixed.

Details

Concatenates ids, tags, tag properties and dependencies, but not transformations.