Re: [R] ggplot2 Increase font size

2013-02-26 Thread Ista Zahn
.46 would be categorized under the 0.5 category > the -0.75 would be categorized under the 0 category > the 0.88 would be categorized under the 0.9 category > > Could you please help me find what I do not understand here? Not sure, but what I don't understand is why you're f

Re: [R] ggplot2 Increase font size

2013-02-26 Thread Alaios
here? I would like to thank you in advance for your reply Regards Alex From: Ista Zahn Cc: R help Sent: Monday, February 25, 2013 3:54 PM Subject: Re: [R] ggplot2 Increase font size Hi Alex, See ?theme Best, Ista > > Dear all, > I am using the code as below >  td

Re: [R] ggplot2 Increase font size

2013-02-25 Thread Ista Zahn
Hi Alex, See ?theme Best, Ista On Mon, Feb 25, 2013 at 9:44 AM, Alaios wrote: > > Dear all, > I am using the code as below > tdm <- melt(matrixToPlot) >p<- ggplot(tdm, aes(x = Var2, y = Var1, fill = factor(value))) + > labs(x = "Mz", y = "T", fill = "D") + >