Re: [R] lattice: control panel extent on device

2016-10-25 Thread Duncan Mackay
University of New England Armidale NSW 2351 Email: home: mac...@northnet.com.au -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Ben Tupper Sent: Tuesday, 25 October 2016 23:53 To: r-help Subject: [R] lattice: control panel extent on device Hello, I am drawing a

Re: [R] lattice: control panel extent on device

2016-10-25 Thread Ben Tupper
Thanks, Bert. I have used latticeExtra for layering graphics. I'm not sure how I would use it to align graphics rather superimposing them. I shall look into the the custom panel plot but that is very new territory for me. Ben > On Oct 25, 2016, at 9:13 AM, Bert Gunter wrote: > > Write a cu

[R] lattice: control panel extent on device

2016-10-25 Thread Ben Tupper
Hello, I am drawing a levelplot and an xyplot on a single device as shown in the runnable example below. I would like the x axes to align - that is for them to cover the same extent left-to-right on the device. How do I go about doing that? ### # START ### library(lattice) d <- dim(vo