[R] Setting qplot default options
Dieter Menne
dieter.menne at menne-biomed.de
Thu Oct 11 08:47:02 CEST 2007
hadley wickham <h.wickham <at> gmail.com> writes:
>
> On 10/10/07, Christoph Krammer <ck <at> altaica.de> wrote:
> > is there a possibility to set default options to qplot?
>
> Sure. It's a bit of hack, but:
>
> GeomPoint$default_aes <- function(x) aes(shape=19, colour="red", size=5)
>
> will do what you want.
>
> Hadley
I would be great if this could be de-hacked.
Dieter
More information about the R-help
mailing list