[R] boxplot width

Petr PIKAL petr.pikal at precheza.cz
Thu Jun 24 15:54:08 CEST 2010


Hi

r-help-bounces at r-project.org napsal dne 24.06.2010 15:18:39:

> 
> it works with the 'TRUE' as well but this only shows me the boxplots 
width;
> it doesn't show me the number of data points used though.. This is what 
I
> can't figure out

Save your boxplot call to same object

bbb <- boxplot(whatever, varwidth=TRUE)

and look to list item n

bbb$n

Regards
Petr




> -- 
> View this message in context: 
http://r.789695.n4.nabble.com/boxplot-width-
> tp2266805p2266932.html
> Sent from the R help mailing list archive at Nabble.com.
> 
> ______________________________________________
> 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.



More information about the R-help mailing list