circle.plot {geostats} | R Documentation |
plot circular data
Description
Plots directional data as ticks on a circle, with angles plotting in a clockwise direction from the top.
Usage
circle.plot(a, degrees = FALSE, tl = 0.1, ...)
Arguments
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
|
Value
no return value
Examples
data(striations,package='geostats')
circle.plot(striations,degrees=TRUE)
[Package geostats version 1.6 Index]