On Fri, Aug 22, 2008 at 11:28 AM, Todd Hatfield <[EMAIL PROTECTED]> wrote:
> I would like to control the inner margins of a lattice graph.  The graph is
> a single superposed panel, but there is too much white space around the data
> for my liking.  I've played around with some of the layout options, but so
> far have found only how to control outer margins.

If you mean the amount by which the data range is extended, try:

lattice.options(axis.padding = list(numeric = 0.01))
xyplot(1:10 ~ 1:10)

-Deepayan

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to