Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

circtics

Draw circular ticmarks


Description

Draw circular ticmarks

Usage

circtics(r = 1, dr = 0.02, dang = 10, ...)

Arguments

r

radius

dr

length of tics

dang

angle between tics

...

graphical parameters

Value

graphical side effects

Author(s)

Jonathan M. Lees <jonathan.lees@unc.edu>

Examples

phi = seq(from =0, to = 2 * pi, length=360)
    x = cos(phi)
    y = sin(phi)
    plot(x, y, col = 'blue', asp=1, type='l')
   circtics(r = 1, dr = 0.02, dang = 10, col='red')

RFOC

Graphics for Spherical Distributions and Earthquake Focal Mechanisms

v3.4-6
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre], Keehoon Kim [ctb]
Initial release
2018-01-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.