circle.plot | R Documentation |
Plots directional data as ticks on a circle, with angles plotting in a clockwise direction from the top.
circle.plot(a, degrees = FALSE, tl = 0.1, ...)
a |
angle(s), scalar or vector |
degrees |
logical. |
tl |
tick length (value between 0 and 1) |
... |
optional arguments to be passed on to the generic
|
no return value
data(striations,package='geostats') circle.plot(striations,degrees=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.