ridges.trackeRdata: Ridgeline plots for 'trackeRdata' objects

View source: R/trackeRdata_plot.R

ridges.trackeRdataR Documentation

Ridgeline plots for trackeRdata objects

Description

Ridgeline plots for trackeRdata objects

Usage

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


## Not run: 
data('runs', package = 'trackeR')
ridges(runs)

## End(Not run)


trackerproject/trackeR documentation built on Jan. 14, 2024, 11:42 p.m.