[R] I: a coloured band within each panel of a lattice bwplot
8rino-Luca Pantani
ottorino-luca.pantani at unifi.it
Fri Nov 5 12:05:41 CET 2004
Hi all,
I would like to add to each panel of a bwplot a coloured central band,
centered on the mean of the values, being its width +- 2% of the mean
itself.
I know how to add lines, i.e. something like
bwplot(X ~ Y|FACTOR
data=my.df,
panel= function(x, y){
panel.bwplot(x, y)
panel.abline(v = mean(x, na.rm = T) - mean(x, na.rm = T) * 0.02
panel.abline(v = mean(x, na.rm = T) + mean(x, na.rm = T) * 0.02
})
but I cannot figure out how to shade the region included between the two
lines.
Is it possible, or I'm pretending too much?
Thanks to all.
Ottorino-Luca Pantani, Università di Firenze
Dip. Scienza del Suolo e Nutrizione della Pianta
More information about the R-help
mailing list