Learn R Programming

trackeR (version 0.0.3)

plot.trackeRWprime: Plot W'.

Description

Plot W'.

Usage

"plot"(x, session = NULL, dates = TRUE, scaled = TRUE, ...)

Arguments

x
An object of class trackeRWprime as returned by Wprime.
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.

Examples

Run this code
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