scaled.distrProfile {trackeR} | R Documentation |
Scale the distribution profile relative to its maximum value.
Description
Scale the distribution profile relative to its maximum value.
Usage
## S3 method for class 'distrProfile'
scaled(object, session = NULL, what = NULL, ...)
Arguments
object |
An object of class |
session |
A numeric vector of the sessions to be selected and scaled. Defaults to all sessions. |
what |
A character version of the variables to be selected and
scaled. Defaults to all variables in |
... |
Currently not used. |
[Package trackeR version 1.6.0 Index]