ridges.trackeRdata {trackeR} | R Documentation |
Ridgeline plots for trackeRdata
objects
Description
Ridgeline plots for trackeRdata
objects
Usage
## S3 method for class 'trackeRdata'
ridges(x, session = NULL, what = "speed", smooth = TRUE, ...)
Arguments
x |
A |
session |
A numeric vector of the sessions to be used, defaults to all sessions. |
what |
The variables for which the distribution profiles
should be generated. Defaults to all variables in
|
smooth |
Logical. Should the concentration profiles be smoothed before plotting? |
... |
Currently not used. |
Examples
## Not run:
data('runs', package = 'trackeR')
ridges(runs)
## End(Not run)
[Package trackeR version 1.6.0 Index]