cpcParam-methods.Rd
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)
A cpc_chrom
object.
A named list
with parameter values.
A string defining which parameter should be returned.
A cpc_chrom
object
A parameter value.