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