Adapted from RosediagRad() (from the circular package) to draw rings inside the circular plot. Called if rings = TRUE in myRoseDiag
ringsRel(
plot.params,
border,
rings.lty,
ring.text,
ring.text.pos,
ring.text.cex
)
No return value, adds to an existing plot.
the colour to draw the border. The default, NULL, means to use par("fg"). Use border = NA to omit borders.
line type of the rings, See help on par.
logical: if notes should be displayed.
The position of the rings' text. Ignored if ring.text is set to FALSE.
The size of the ring's text. Ignored if ring.text is set to FALSE.
For more details about the circular package, visit its homepage at https://github.com/cran/circular