Displaying 1 result from an estimated 1 matches for "axis&tick".
2012 Sep 11
1
how can I get a layout like in pairs()?
dear R gurus,
I repeatedly run into this problem, maybe there's an easy way to solve it.
I want a composite plot with multiple graphs that share the same axis,
similar way as done by the pairs() (eg. like this here
http://www.r-project.org/screenshots/iris-pairs.jpg). all plot panels
shall have the same size, but there need to be extra space at the
outside of the whole graphic to label the axis. space between the
panels should be minimal.
I tried to set...