plot.trackeRWprime: Plot W'.

View source: R/Wprime.R

plot.trackeRWprimeR Documentation

Plot W'.

Description

Plot W'.

Usage

## S3 method for class 'trackeRWprime'
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

## Not run: 
data('runs', package = 'trackeR')
wexp <- Wprime(runs, session = 1:3, cp = 4, version = '2012')
plot(wexp, session = 1:2)

## End(Not run)

hfrick/trackeR documentation built on Feb. 3, 2024, 2:30 p.m.