
Last chance! 50% off unlimited learning
Sale ends in
PolarGrid
adds a polar grid to an existing plot. The number of radial gridlines are
set by ntheta
and the tangential lines by nr
.PolarGrid(nr = NULL, ntheta = NULL, col = "lightgray", lty = "dotted", lwd = par("lwd"),
rlabels = NULL, alabels = NULL, lblradians = FALSE)
PlotPolar
Canvas(xlim=c(-5,5), xpd=TRUE)
PolarGrid()
Canvas(xlim=c(-5,5), xpd=TRUE)
PolarGrid(nr=0:5, ntheta=6)
Canvas(xlim=c(-5,5), xpd=TRUE)
PolarGrid(ntheta=36, rlabels=NA, lblradians=TRUE)
Run the code above in your browser using DataLab