Re: [Rd] Fwd: controlling plot height

2007-01-27 Thread Prof Brian Ripley
On Sat, 27 Jan 2007, t.d. kaplan wrote: > hi, > > i am trying to create a plot of reduced height. i am able to achieve > this with: > > par(pin=c(par("pin")[1], 1)) > > however, the plot is surrounded by large margins. is there a way for > me to reduce the margins to match the dimensions of the pl

[Rd] Fwd: controlling plot height

2007-01-27 Thread t.d. kaplan
hi, i am trying to create a plot of reduced height. i am able to achieve this with: par(pin=c(par("pin")[1], 1)) however, the plot is surrounded by large margins. is there a way for me to reduce the margins to match the dimensions of the plot? thanks. _