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 ______________________________________________ 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.