[R] help with lattice boxplots...

Walmes Zeviani walmeszeviani at hotmail.com
Mon Mar 1 18:22:53 CET 2010


In complement to Dallazuanna's solution, use box.umbrella=list() inside
par.settings() to change the default color and line type specification:

bwplot(y~x, data=ex, pch="|",
       par.settings=list(box.rectangle=list(col="black"),
         box.umbrella=list(lty=1, col="black"))
       )


Sincerely.
Walmes Zeviani. Lavras - MG, Brasil.

-----
..ooo0
...................................................................................................
..(....)... 0ooo...                              Walmes Zeviani
...\..(.....(.....)...     Master in Statistics and Agricultural
Experimentation
....\_)..... )../....       walmeszeviani at hotmail.com, Lavras - MG, Brasil
............
(_/............................................................................................
-- 
View this message in context: http://n4.nabble.com/help-with-lattice-boxplots-tp1573781p1573896.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list