plot.trackeRWprime | R Documentation |
Plot W'.
## S3 method for class 'trackeRWprime'
plot(x, session = NULL, dates = TRUE, scaled = TRUE, ...)
x |
An object of class |
session |
A numeric vector of the sessions to be plotted, defaults to all sessions. |
dates |
Logical. Should the date of the session be used in the panel header? |
scaled |
Logical. Should the W' be scaled to the movement variable (power or speed) which is then plotted in the background? |
... |
Currently not used. |
## Not run:
data('runs', package = 'trackeR')
wexp <- Wprime(runs, session = 1:3, cp = 4, version = '2012')
plot(wexp, session = 1:2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.