circle.plot: plot circular data

View source: R/directional.R

circle.plotR 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. TRUE for degrees, FALSE for radians

tl

tick length (value between 0 and 1)

...

optional arguments to be passed on to the generic matlines function

Value

no return value

Examples

data(striations,package='geostats')
circle.plot(striations,degrees=TRUE)

geostats documentation built on Jan. 7, 2023, 5:32 p.m.