Skip to content
Prev 201776 / 398502 Next

barchart() {Lattice} help.

Peng Cai wrote:
replace the line

  col = 2:4,

with

  par.settings = simpleTheme(col = 2:4),
add the line

  scales = list(y = list(at = -2:8)),

or whatever tick locations you prefer.

  -Peter Ehlers