ringsRel | R Documentation |
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
)
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. |
For more details about the circular package, visit its homepage at https://github.com/cran/circular
No return value, adds to an existing plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.