Hi,
how can I reverse the radius axis of plotrix's polar.plot function?
Perhaps this sounds strange, but I use the radians for angles as well:
In the center is zenith and the corresponding angle is 90°, not 0. See
an example plot at
http://www.mysundial.ca/tsp/images/sun_chart_50_solar_polar.jpg

dirs<-c("S","E","N","W")
polar.plot(NA,NA,label.pos=seq(0,270,length=4),labels=dirs,main="Sun
Chart",rp.type="p",radial.lim=c(0,90))
lines(c(4,12,15,22,45,55),c(10,83,118,90,72,61),col="red")

And why is the radial limit in the above example 0..100 and not 0..90
as requested by the radial.lim argument?

Thanks for your help,
Thomas

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to