trackeR (version 1.5.2)

ridges.trackeRdata: Ridgeline plots for trackeRdata objects

Description

Ridgeline plots for trackeRdata objects

Usage

# S3 method for trackeRdata
ridges(x, session = NULL, what = "speed",
  smooth = TRUE, ...)

Arguments

x

A trackeRdata object.

session

A numeric vector of the sessions to be used, defaults to all sessions.

what

The variables for which the distribution profiles should be generated. Defaults to all variables in object (what = NULL).

smooth

Logical. Should the concentration profiles be smoothed before plotting?

...

Currently not used.

Examples

Run this code

if (FALSE) {
data('runs', package = 'trackeR')
ridges(runs)
}

Run the code above in your browser using DataCamp Workspace