XPSapplyshift,XPSSample-method | R Documentation |
definition of method to apply Energy Shifts to objects of class XPSSample
Apply the shift value to the Binding axis. If shift
is NULL then
the x-axis will be reset to the original values.
## S4 method for signature 'XPSSample'
XPSapplyshift(object, shift = NULL)
object |
XPSSample |
shift |
shift value |
## Not run:
test <- XPSapplyshift(test, shift=0.3 ) #apply shift =0.3 to the test XPSSample
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.