ollowing up to a
question about font sizes and background colors with a question about
factor levels.
Best,
Ista
>
> I would like to thank you in advance for your reply
>
> Regards
> Alex
>
>
>
> From: Ista Zahn
> To: Alaios
> Cc: R help
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
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") +
>
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") +
geom_raster(alpha=1) +
scale_fill_discrete(h.start=1) +
4 matches
Mail list logo