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