Re: [R] ggplot2 Y axis labels

2009-02-18 Thread hadley wickham
On Wed, Feb 18, 2009 at 4:21 PM, Felipe Carrillo wrote: > Hi all: > Using the example below, is there a way to add Y axis titles to each graphic > instead of sharing the same title? Not at the moment, no. It's on my to do list. Hadley > > library(ggplot2) > > RT = matrix(c(814, 500, 424, 394,

[R] ggplot2 Y axis labels

2009-02-18 Thread Felipe Carrillo
Hi all: Using the example below, is there a way to add Y axis titles to each graphic instead of sharing the same title? library(ggplot2) RT = matrix(c(814, 500, 424, 394, 967, 574, 472, 446),4,2) colnames(RT) = c('repetition','alternation') rownames(RT) = c('7-yrs','11-yrs','15-yrs','21-yrs') r