cpset: Concatenate ParameterSet Objects

View source: R/ParameterSet_S3methods.R

cpsetR Documentation

Concatenate ParameterSet Objects

Description

Concatenate multiple ParameterSet objects into a single ParameterSet.

Usage

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.


param6 documentation built on March 18, 2022, 6:13 p.m.