View source: R/trackeRdata_plot.R
ridges.trackeRdata | R Documentation |
trackeRdata
objectsRidgeline plots for trackeRdata
objects
## S3 method for class 'trackeRdata'
ridges(x, session = NULL, what = "speed", smooth = TRUE, ...)
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. |
## Not run:
data('runs', package = 'trackeR')
ridges(runs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.