
Plot W'.
# S3 method for trackeRWprime
plot(x, session = NULL, dates = TRUE,
scaled = TRUE, ...)
An object of class trackeRWprime
as returned by Wprime
.
A numeric vector of the sessions to be plotted, defaults to all sessions.
Logical. Should the date of the session be used in the panel header?
Logical. Should the W' be scaled to the movement variable (power or speed) which is then plotted in the background?
Currently not used.
if (FALSE) {
data('runs', package = 'trackeR')
wexp <- Wprime(runs, session = 1:3, cp = 4, version = '2012')
plot(wexp, session = 1:2)
}
Run the code above in your browser using DataLab