PolarPlot: Polar Plot

Description Usage Arguments Value Author(s) Examples

View source: R/PolarPlot.R

Description

Plot polar coordinates

Usage

1
PolarPlot(theta, r, degrees = FALSE, method = plot, geographical = FALSE, ...)

Arguments

theta

Angle coordinates

r

Radius coordinates

degrees

Logical: is 'theta' in degrees?

method

Plot method: can be plot, lines, or points. Note that it expects function names, not character strings.

geographical

Logical: if TRUE, 'theta' goes clockwise from cartesian (0,1) rather than counterclockwise from cartesian (1,0)

...

Other plotting parameters

Value

None; graphical side effects only.

Author(s)

Jake Anderson

Examples

1
PolarPlot(pi/8 * 1:16, 0:15, method = plot)

Example output



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