Re: [R] problem understanding grid coordinate systems

2015-07-15 Thread Johannes Huesing
Paul Murrell [Wed, Jul 15, 2015 at 11:12:33PM CEST]: ... downViewport("plot_01.panel.1.1.vp") ... This works like a charm. Thank you! Upon reading more of the documentation, I found that current.vpTree() shows all names of active viewports. -- Johannes Hüsing There is somethin

[R] problem understanding grid coordinate systems

2015-07-13 Thread Johannes Huesing
According to "R Graphics" by Paul Murrell, the coordinates that were used for the most recent lattics plot can be retrieved with "native" units. I have difficulties to access these coordinates. The following code renders the following results: library(grid) library(lattice) pl <- xyplot(1:10

[R] problem understanding grid coordinate systems

2015-07-08 Thread Johannes Huesing
According to "R Graphics" by Paul Murrell, the coordinates that were used for the most recent lattics plot can be retrieved with "native" units. I have difficulties to access these coordinates. The following code renders the following results: library(grid) library(lattice) pl <- xyplot(1:10

[R] problem understanding grid coordinate systems

2015-07-06 Thread Johannes Huesing
According to "R Graphics" by Paul Murrell, the coordinates that were used for the most recent lattics plot can be retrieved with "native" units. I have difficulties to access these coordinates. The following code renders the following results: library(grid) library(lattice) pl <- xyplot(1:10