XPSFitLM | R Documentation |
XPSFitLM function to perform the fit of a Core Line
Calculate the fit of a XPSCoreLine object. The XPSFitLM
performs the
fit and stop. This function is the main function for performing the fit. The
XPSfit
is the main function which calls the XPSFitLM
and
displays the result.
XPSFitLM(Object, plt = TRUE, verbose = TRUE, ...)
Object |
XPSCoreLine object |
plt |
logical if TRUE residual plot is drawn |
verbose |
logical by default TRUE to print fit interation information |
... |
further parameters to the fitting function |
XPSFitLM returns the slot Object@Fit filled with the result of the calculation. All the fitting parameters and Y values of all the fit components will be updated
nlsLM
## Not run:
XPSFitLM(SampData[["C1s"]], plt=TRUE, verbose=TRUE )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.