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
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