Re: [R] ggplot2 example

2009-01-23 Thread hadley wickham
> As I recall that is a known bug in the current version of ggplot2. That's right - because of an underlying bug in R which will be fixed in the next release of R and worked around in the next release of ggplot2. Hadley -- http://had.co.nz/ __ R-hel

Re: [R] ggplot2 example

2009-01-23 Thread ONKELINX, Thierry
. ~ John Tukey -Oorspronkelijk bericht- Van: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Namens Felipe Carrillo Verzonden: donderdag 22 januari 2009 23:57 Aan: r-h...@stat.math.ethz.ch Onderwerp: [R] ggplot2 example I need to plot two graphics just like the example below

[R] ggplot2 example

2009-01-22 Thread Felipe Carrillo
I need to plot two graphics just like the example below but for some reason your example crashes. Using facet_wrap seems to be the cause: library(ggplot2) upper <- with(economics, data.frame(date,value = psavert, position = "upper")) upper lower <- with(economics, data.frame(date,value = unemplo