[R] boxplot and number of observations per box

Henrique Dallazuanna wwwhsd at gmail.com
Wed Jan 30 16:00:16 CET 2008


Try this also:

y<-rnorm(50)
x<-factor(sample(letters[1:5],50,replace=T))
bp <- boxplot(y~x)
text(1:5, bp$stats[3,]+.1, paste("n", bp$n, sep="="))


On 30/01/2008, Marc Bernard <bernarduse1 at yahoo.fr> wrote:
> Dear all,
>
>   How can I plot the number of observations per box in a boxplot. Many thanks,
>
>   Bernard
>
>
>
>
> ---------------------------------
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>


-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O



More information about the R-help mailing list