Learn R Programming

oxcAAR (version 1.1.2)

plot.oxcAARCalibratedDatesList: Plot an oxcAARCalibratedDatesList

Description

For lists of length 1, this dispatches to plot() for oxcAARCalibratedDate. For longer lists, it uses either ggplot2 (ridge plots) or base graphics.

Usage

# S3 method for oxcAARCalibratedDatesList
plot(x, use_ggplot = TRUE, ...)

Arguments

x

An oxcAARCalibratedDatesList.

use_ggplot

Logical. If TRUE (default) and the required packages are available, a ggplot2-based ridge plot is produced.

...

Further arguments passed to the underlying plotting function.