Re: [R] ggplot2: coord_polar

2012-03-12 Thread Athula Herath
Thank you Jeff, I took the short-cut and updated R to R-2.14.2 and it works too. A. On 12 March 2012 06:43, Jeff Newmiller wrote: > Works for me on Windows XP with R 2.14.1 (not patched). > > You may be too far out on the bleeding edge. Upgrading to 2.14.2 is > probably the best first step. If

Re: [R] ggplot2: coord_polar

2012-03-11 Thread Jeff Newmiller
Works for me on Windows XP with R 2.14.1 (not patched). You may be too far out on the bleeding edge. Upgrading to 2.14.2 is probably the best first step. If that doesn't fix it then posting on R-devel (assuming you can identify the bug in R) or the ggplot mailing list is probably more appropria

[R] ggplot2: coord_polar

2012-03-11 Thread Athula Herath
Hello HelpeRs, The last print statement in the code segment below results in : Error in data$x[data$x == -Inf] <- range$x.range[1] : replacement has length zero R version 2.14.1 Patched (2011-12-23 r57982) ggplot2: version 0.90 OS : Linux (64bit) Any thoughts? Many Thanks, A. ##