set_shift | R Documentation |
Set the shift value of a transformer object.
set_shift(object, shift, ...)
## S4 method for signature 'transformationPowerTransform'
set_shift(object, shift, ...)
## S4 method for signature 'transformationBoxCox'
set_shift(object, shift, ...)
## S4 method for signature 'transformationYeoJohnson'
set_shift(object, shift, ...)
object |
Transformer object |
shift |
Shift value |
... |
Unused arguments |
Transformer object with updated shift value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.