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,
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
2 matches
Mail list logo