polaraxis: Polar Plot Axis

Description Usage Arguments Value Author(s) See Also Examples

View source: R/polaraxis.R

Description

Writes a circular 'theta' axis around a polar plot.

Usage

1
polaraxis(rp = 6371, at = 0:17 * 20)

Arguments

rp

Plot radius

at

Angles to label (degrees)

Value

None; graphical side effects only.

Author(s)

Jake Anderson

See Also

PolarPlot

Examples

1
2
3
4
5
6
7
8
9
# Borrowed from Earthplot:

par(mar = c(1.1,1.1,4.1,1.1))
plot(0,type='n',xlim = 1.15 * c(-6271, 6371),ann=FALSE,axes=FALSE,asp=1)

PolarPlot(0:360,6371,type='l',method=lines,degree=TRUE,geographical=TRUE,col='black')

polaraxis(6371)
 

TauP.R documentation built on May 2, 2019, 3:25 a.m.