circle.points | R Documentation |
Adds directional data as points on an existing circle plot, with angles plotting in a clockwise direction from the top.
circle.points(a, degrees = FALSE, ...)
a |
angle(s), scalar or vector |
degrees |
logical. |
... |
optional arguments to be passed on to the generic
|
no return value
data(striations,package='geostats') circle.plot(striations,degrees=TRUE) md <- meanangle(striations,degrees=TRUE) circle.points(md,pch=22,bg='black',degrees=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.