trackeR (version 1.5.2)

scaled.distrProfile: Scale the distribution profile relative to its maximum value.

Description

Scale the distribution profile relative to its maximum value.

Usage

# S3 method for distrProfile
scaled(object, session = NULL, what = NULL, ...)

Arguments

object

An object of class distrProfile as returned by distributionProfile.

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 object (what = NULL).

...

Currently not used.