
Last chance! 50% off unlimited learning
Sale ends in
Plot distribution profiles.
# S3 method for distrProfile
plot(x, session = NULL, what = NULL, multiple = FALSE, smooth = FALSE, ...)
An object of class distrProfile
as returned by
distribution_profile
.
A numeric vector of the sessions to be plotted, defaults to all sessions.
Which variables should be plotted? Defaults to all
variables in object
(what = NULL
).
Logical. Should all sessions be plotted in one panel?
Logical. Should unsmoothed profiles be smoothed before plotting?
Further arguments to be passed to
smoother_control.distrProfile
.
if (FALSE) {
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)
}
Run the code above in your browser using DataLab