XPSbaseline,XPSCoreLine-method | R Documentation |
method to generate a Baseline for an object of class 'XPSCoreLine'
## S4 method for signature 'XPSCoreLine'
XPSbaseline(
object,
bgtype = c("linear", "shirley", "polynomial", "spline"),
deg = NULL,
Wgt = NULL,
splinePoints = list(x = NULL, y = NULL),
...
)
object |
XPSCoreLine object |
bgtype |
the baseline type. For example linear type |
deg |
degree of the polynomial background |
Wgt |
LinearPolynomial weigth in LPShirley, required parma in 3P. 4P.Tougaard |
splinePoints |
numeric vector containing the points which will be connected by the spline |
... |
other parameters. |
The Object slot Baseline
## Not run:
test[["C1s"]] <- XPSbaseline(test[["C1s"]], "linear")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.