ringsRel: Draw rings at relative points

View source: R/print.R

ringsRelR Documentation

Draw rings at relative points

Description

Adapted from RosediagRad() (from the circular package) to draw rings inside the circular plot. Called if rings = TRUE in myRoseDiag

Usage

ringsRel(
  plot.params,
  border,
  rings.lty,
  ring.text,
  ring.text.pos,
  ring.text.cex
)

Arguments

border

the colour to draw the border. The default, NULL, means to use par("fg"). Use border = NA to omit borders.

rings.lty

line type of the rings, See help on par.

ring.text

logical: if notes should be displayed.

ring.text.pos

The position of the rings' text. Ignored if ring.text is set to FALSE.

ring.text.cex

The size of the ring's text. Ignored if ring.text is set to FALSE.

Details

For more details about the circular package, visit its homepage at https://github.com/cran/circular

Value

No return value, adds to an existing plot.


actel documentation built on Oct. 19, 2023, 9:08 a.m.