Concatenate multiple ParameterSet objects with unique ids and tags into a single ParameterSet.

# S3 method for ParameterSet
c(..., pss = list(...))

Arguments

...

(ParameterSets)
ParameterSet objects to concatenate.

pss

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

Details

Concatenates ids, tags, tag properties and dependencies. Assumes ids and tags are unique; trafos are combined into a list.