set_shift {power.transform} | 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.