Ycomponent,fitComponents-method | R Documentation |
S4method 'Ycomponent' method for generate the Y values of the fit component using the chosen fitting function and the associated fit parameters
## S4 method for signature 'fitComponents'
Ycomponent(object, x, y)
object |
a fit component object of the type CL@Components[[j]] where CL is of class 'XPSCoreLine', j indicates the jth fit component |
x |
numeric vector of the type CL@RegionToFit$x where CL is of class 'XPSCoreLine' |
y |
numeric vector of the type CL@Baseline$y where CL is of class 'XPSCoreLine' |
'Ycomponent' returns Baseline subtracted vales of the fit component
## Not run:
Ycomponent(test[["C1s"]]@Component[[2]],test[["C1s"]]@RegionToFit$x, test[["C1s"]]@Baseline$y)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.