View source: R/distributionProfile.R
plot.distrProfile | R Documentation |
Plot distribution profiles.
## S3 method for class 'distrProfile'
plot(x, session = NULL, what = NULL, multiple = FALSE, smooth = FALSE, ...)
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 |
multiple |
Logical. Should all sessions be plotted in one panel? |
smooth |
Logical. Should unsmoothed profiles be smoothed before plotting? |
... |
Further arguments to be passed to
|
## Not run:
data('runs', package = 'trackeR')
dProfile <- distribution_profile(runs, session = 1:2,
what = "speed", grid = seq(0, 12.5, by = 0.05))
plot(dProfile, smooth = FALSE)
plot(dProfile, smooth = FALSE, multiple = TRUE)
plot(dProfile, multiple = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.