Skip to content
Prev 169672 / 398506 Next

Using panel.grid in barchart

Christopher Jones <c_jones <at> MIT.EDU> writes:
update(titan, 
  panel = function(...) 
  { 
    panel.grid(h = 0,v = -1)  
    panel.barchart(...)
  }
  )


works for me (even if I always would feel unsecure about using ... only).

Dieter