[R] Placing Text on ggplot2 graphics vs. xyplot

2011-06-16 Thread Guy Jett
Greetings to the help mailing list. I am in the process of translating a large graphic from xyplot to ggplot2 (13 columns by about rows). I have been unsuccessful trying to understand how to place the following text strings after three days of: * Perusing Wickham's gg2plot book; * Searching his

Re: [R] Placing Text on ggplot2 graphics vs. xyplot

2011-06-16 Thread baptiste auguie
Hi, As far as I know secondary y-axis and multiple pages are not possible in ggplot2 (there are workarounds for the latter in the ggplot2 list archives). For the subtitle, you could implement it with grid.text and grid viewports, library(gridExtra) library(ggplot2) grid.arrange( qplot(1,1), sub