scale.signatureDistance {viper}R Documentation

Scaling of signatureDistance objects

Description

This function scales the signatureDistance so its range is (-1, 1)

Usage

## S3 method for class 'signatureDistance'
scale(x, center = TRUE, scale = TRUE)

Arguments

x

signatureDistance object

center

Not used, given for compatibility with the generic funtion scale

scale

Not used, given for compatibility with the generic function scale

Value

Scaled signatureDistance object


[Package viper version 1.27.1 Index]