ridges.distrProfile {trackeR} | R Documentation |
Ridgeline plots for distrProfile
objects
Description
Ridgeline plots for distrProfile
objects
Usage
## S3 method for class 'distrProfile'
ridges(x, session = NULL, what = NULL, smooth = FALSE, ...)
Arguments
x |
An object of class |
session |
A numeric vector of the sessions to be plotted, defaults to all sessions. |
what |
Which variables should be plotted? Defaults to all
variables in |
smooth |
Logical. Should unsmoothed profiles be smoothed before plotting? |
... |
Further arguments to be passed to
|
Examples
## Not run:
data('runs', package = 'trackeR')
dProfile <- distribution_profile(runs, what = c("speed", "heart_rate"))
ridges(dProfile)
## End(Not run)
[Package trackeR version 1.6.0 Index]