Skip to content
Prev 179523 / 398506 Next

lattice levelplot axis + custom annotations

On Sat, May 2, 2009 at 8:05 PM, Alex Reynolds <reynolda at u.washington.edu> wrote:
Your best bet would be to supply a custom axis function (see
?axis.default). For y-axes, It gets called with the y-axis already set
up, so you just need to draw (using grid) the polygons you need.
lattice will not know how much space needs to be reserved, so you will
probably need to control it manually using something like

par.settings = list(layout.widths = list(axis.left = 2))

-Deepayan