setParam,fitComponents-method | R Documentation |
method to set fitting parameters of a object@Component[[j]] where object is of class 'XPSCoreLine' and j indicates the jth fit component
## S4 method for signature 'fitComponents'
setParam(object, parameter = NULL, variable = NULL, value = NULL)
object |
a Core_Line object of class |
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 |
'setParam' returns the object withthe parameter set
## Not run:
setParam(test[["C1s"]]@Component[[2]], parameter="start", variable="mu", value="285")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.