2007/5/14, hadley wickham <[EMAIL PROTECTED]>:
>
> Hi Antonio,
>
> You can't in the current version.  However, you can in the next
> version, which I hope to release very soon:
>
> p <- ggplot(mtcars, aes(y=mpg, x=factor(cyl)))
> p + geom_boxplot() # has outliers
> p + geom_boxplot(shape=NA) # no outliers



Great!!
Antonio.

Hadley
>
> On 5/13/07, Antonio, Fabio Di Narzo <[EMAIL PROTECTED]> wrote:
> > Hi.
> > How can I suppress those red dots from ggboxplot output in package
> ggplot?
> > This is especially a nuisance when adding a jitter (as it is done in the
> end
> > of the package vignette).
> >
> > Bests,
> > Antonio.
> > --
> > Antonio, Fabio Di Narzo
> > Ph.D. student at
> > Department of Statistical Sciences
> > University of Bologna, Italy
> >
> >         [[alternative HTML version deleted]]
> >
> > ______________________________________________
> > [email protected] 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.
> >
>



-- 
Antonio, Fabio Di Narzo
Ph.D. student at
Department of Statistical Sciences
University of Bologna, Italy

        [[alternative HTML version deleted]]

______________________________________________
[email protected] 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