Takes a named list with parameter values as argument. Each existing parameter given in the list will be updated with the value in the list. The parameter names should be the same as the slot names in the *cpcProcParam* and *cpcChromParam* classes.

# S4 method for cpcParam
setParam(x) <- value

# S4 method for cpcParam
getParam(x, param)

Arguments

x

A cpc_chrom object.

value

A named list with parameter values.

param

A string defining which parameter should be returned.

Value

A cpc_chrom object A parameter value.