powered by
Draw circular ticmarks
circtics(r = 1, dr = 0.02, dang = 10, ...)
graphical side effects
radius
length of tics
angle between tics
graphical parameters
Jonathan M. Lees <jonathan.lees@unc.edu>
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')
Run the code above in your browser using DataLab