powered by
plotPolar(r, theta, debug=getOption("oceDebug"), ...)
library(oce) r <- rnorm(50, mean=2, sd=0.1) theta <- runif(50, 0, 360) plotPolar(r, theta)
Run the code above in your browser using DataLab