Like Todor I have been trying to make a contour plot using polar coordinates,
unfortunately without success.
The problem with converting to a cartesian system and plotting using e.g.
filled.contour is that this function requires the same amount and value of x
values for each y-value and also the different way around. 
I have a very simple dataset with 360 values at 10 equidistant radii (say
seq(10)) for 36 polar angles (say seq(36)*10/(2*pi)). There must be a simple
way to do this in R! I can imagine more people having had the same problem
and a solution is at hand..
However I have not found an R-package suitable to do the job. Can anyone
help out?

Cheers,

Koen
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Polar-coordinates-contour-plots-tp876469p2726219.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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