[R] Lattice: set col = "black" for box.rectangle and box.umbrella
Rich Shepard
rshepard at appl-ecosys.com
Thu Jul 2 20:04:23 CEST 2015
On Thu, 2 Jul 2015, Rich Shepard wrote:
> ... and invoking R within emacs ...
Trying a different approach:
bwplot(quant ~ param, data = b, main = 'Stream B Constituents',
ylab = 'Concentration (mg/L)', xlab = 'Constituent', par.settings =
simpleTheme(box.rectangle(col = 'black'), box.umbrella(col='black'), box.dot(col= 'red')))
Error in setValue(col, "col", 1:6) :
could not find function "box.rectangle"
I'm stymied,
Rich
More information about the R-help
mailing list