Re: [Rd] grobX for points?

2008-07-27 Thread Paul Murrell
Hi Felix Andrews wrote: > Hi R-devel, > > It seems that grobX and grobY (from the grid package) do not refer to > the bounding box of a grid.points object. > > library(grid) > library(lattice) > xyplot(1:10 ~ 1:10) > downViewport("plot1.panel.1.1.vp") > grob <- grid.get("GRID.points", grep=TRUE

Re: [Rd] grobX for points?

2008-07-27 Thread Felix Andrews
On Mon, Jul 28, 2008 at 7:41 AM, Paul Murrell <[EMAIL PROTECTED]> wrote: > Hi > > > Felix Andrews wrote: >> Hi R-devel, >> >> It seems that grobX and grobY (from the grid package) do not refer to >> the bounding box of a grid.points object. >> >> library(grid) >> library(lattice) >> xyplot(1:10 ~ 1