powered by
Plot polar coordinates
PolarPlot(theta, r, degrees = FALSE, method = plot, geographical = FALSE, ...)
Angle coordinates
Radius coordinates
Logical: is 'theta' in degrees?
Plot method: can be plot, lines, or points. Note that it expects function names, not character strings.
Logical: if TRUE, 'theta' goes clockwise from cartesian (0,1) rather than counterclockwise from cartesian (1,0)
Other plotting parameters
None; graphical side effects only.
# NOT RUN { PolarPlot(pi/8 * 1:16, 0:15, method = plot) # }
Run the code above in your browser using DataLab