[R] Boxplot

Frank E Harrell Jr f.harrell at vanderbilt.edu
Sun Apr 2 15:53:39 CEST 2006


Jean-Pierre GERBAL wrote:
> bonjour,
> 
> je voudrais savoir s'il serait possible de suggérer aux développeurs  
> de R de proposer une option supplémentaire pour les moustaches, à  
> savoir les placer sur d1 et d9 comme c'est préconisé dans les  
> programmes du secondaire en France, option du style  boxplot 
> (serie,range=91) par exemple...
> 
> i would like to know if it is possible to have (with the agrement of  
> developpers) a boxplot with whiskers from the first decile to the  
> ninth decile, as usual in secondary french schools... by example :  
> boxplot(serie,range=91) for french boxplot ?
> 
> jean-pierre gerbal
> 
> http://mathazay.free.fr/spip/

library(Hmisc)
?panel.bpplot

With library(lattice), bwplot, and panel.bpplot you can show all deciles 
or any vector of quantiles.

-- 
Frank E Harrell Jr   Professor and Chair           School of Medicine
                      Department of Biostatistics   Vanderbilt University




More information about the R-help mailing list