Takes a named list of parameters as argument. If a parameter name already exists, it is updated with the new value and if it does not already exist, it is added.

# S4 method for cpc
setProcParams(x) <- value

Arguments

x

A cpc object.

value

A named list of parameters.

Value

A cpc object.