XPSremove,XPSCoreLine-method | R Documentation |
method to erase the content of selected slots an object of class 'XPSCoreLine'
## S4 method for signature 'XPSCoreLine'
XPSremove(
object,
what = c("all", "fit", "components", "baseline", "regionToFit"),
number
)
object |
XPSCoreLine |
what |
one of "all", "fit", "components", "baseline", "regionToFit" |
number |
in case of |
## Not run:
test[["C1s"]] <- XPSremove(test[["C1s"]], "baseline")
test[["C1s"]] <- XPSremove(test[["C1s"]], "all") # this reset everything
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.