powered by
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, ...)
no return value
angle(s), scalar or vector
logical. TRUE for degrees, FALSE for radians
TRUE
FALSE
optional arguments to be passed on to the generic points function
points
data(striations,package='geostats') circle.plot(striations,degrees=TRUE) md <- meanangle(striations,degrees=TRUE) circle.points(md,pch=22,bg='black',degrees=TRUE)
Run the code above in your browser using DataLab