Thank you for you quite and useful explanation. And do know how to sort 
them by median? 
best regargs

Lassana KOITA 
Chargé d'Etudes de Sécurité Aéroportuaire et d'Analyse Statistique  / 
Project Engineer Airport Safety Studies & Statistical analysis
Service Technique de l'Aviation Civile (STAC) / Civil Aviation Technical 
Department 
Direction Générale de l'Aviation Civile (DGAC) / French Civil Aviation 
Headquarters
Tel: 01 49 56 80 60
Fax: 01 49 56 82 14
E-mail: [EMAIL PROTECTED]
http://www.stac.aviation-civile.gouv.fr/



Dieter Menne <[EMAIL PROTECTED]> 
Envoyé par : [EMAIL PROTECTED]
16/08/2007 12:16

A
r-help@stat.math.ethz.ch
cc

Objet
Re: [R] to combine bwplot + srt option?






KOITA Lassana - STAC/ACE <lassana.koita <at> aviation-civile.gouv.fr> 
writes:

> Could someone help me to combine bwplot and srt option (exemple srt = 45 

> degree or srt 90 degree)? My graphic contains 146 boxplots, I would like 

> to label all of them. As you know, labels  are not readable.

You cannot, since bwplot is part of lattice and srt is standard 
R-graphics. I
agree, this can be very confusing, lattice was added later to R and I am 
happy
we have it now (thanks, Deepayan).

So when you see that the function you are using (bwplot) is documented 
under
lattice, always use the other options available in this package. These are
mostly documented under xyplot, which is worth a fixed link on the 
desktop.

Dieter

library(lattice)
bwplot(voice.part ~ height, data = singer,
       horizontal=FALSE,
       scales = list(x = list(rot = 45))) ##<< see xyplot

______________________________________________
R-help@stat.math.ethz.ch 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.


        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch 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