Thierry and Ingo,

Thanks for these smart responses. It works fine.

Guillaume

2008/3/5, Ingo Michaelis <[EMAIL PROTECTED]>:
>
>
>
> ONKELINX, Thierry <Thierry.ONKELINX <at> inbo.be> writes:
>
> >
> > Guillaume,
> >
> > You'll have to add the appropriate scales.
> >
> > ggplot(data, aes(x,y,fill)) + geom_point() + scale_x_continuous("your
> > xlabel") + scale_y_continuous("your ylabel")
> >
> > I suppose you can add a main title in a similar way, but I haven't found
> > that yet. But I shure that Hadley will answer this.
> >
> > Thierry
>
>
> Guillaume,
>
> I had the same problem and found a solution in some forums. Try this:
>
> p<-ggplot(data, aes(x,y,fill)) + geom_point() + scale_x_continuous("your
>
> xlabel") + scale_y_continuous("your ylabel")
>
>
> p$title<-"your title"
>
> print(p)
>
>
> Ingo.
>
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to