I want to draw a polar graph in R.
I found plotrix, which has polar.plot, but I'm open to any other solutions.
It plots a polygon just fine, even though I have a few thousand points, so great!
My question: how can I change the start value of the radial axis? ie, how to do ylim
in polar.plot
?