setParam-fitComponents-method: setParam

setParam,fitComponents-methodR Documentation

setParam

Description

method to set fitting parameters of a object@Component[[j]] where object is of class 'XPSCoreLine' and j indicates the jth fit component

Usage

## S4 method for signature 'fitComponents'
setParam(object, parameter = NULL, variable = NULL, value = NULL)

Arguments

object

a Core_Line object of class XPSCoreLine

parameter

character is one of the "start", "max" or "min" parameter to be set

variable

character as "mu", "sigma"... indicates the parameter to set

value

numeric the value to set

Value

'setParam' returns the object withthe parameter set

Examples

## Not run: 
 setParam(test[["C1s"]]@Component[[2]], parameter="start", variable="mu", value="285")

## End(Not run)

GSperanza/RxpsG_2.3-1 documentation built on Feb. 11, 2024, 5:09 p.m.