Re: [R] Setting qplot default options

2007-10-10 Thread Dieter Menne
hadley wickham gmail.com> writes: > > On 10/10/07, Christoph Krammer 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. > >

Re: [R] Setting qplot default options

2007-10-10 Thread hadley wickham
On 10/10/07, Christoph Krammer <[EMAIL PROTECTED]> wrote: > Hello, > > is there a possibility to set default options to qplot? > > I need to draw a lot of graphs and would like to have all of them as point > plot but with a greater size and a fixed color for all dots. Sure. It's a bit of hack, bu

[R] Setting qplot default options

2007-10-10 Thread Christoph Krammer
Hello, is there a possibility to set default options to qplot? I need to draw a lot of graphs and would like to have all of them as point plot but with a greater size and a fixed color for all dots. Thanks for help. Christoph __ R-help@r-project.org