plotPolar | R Documentation |
Creates a crude polar plot.
plotPolar(r, theta, debug = getOption("oceDebug"), ...)
r |
radii of points to plot. |
theta |
angles of points to plot, in degrees. |
debug |
a flag that turns on debugging. Set to 1 to get a moderate amount of debugging information, or to 2 to get more. |
... |
optional arguments passed to the lower-level plotting functions. |
Dan Kelley
library(oce)
r <- rnorm(50, mean = 2, sd = 0.1)
theta <- runif(50, 0, 360)
plotPolar(r, theta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.