Re: [R] Making a picture that is wide and small height

2008-12-03 Thread Greg Snow
Look at the squishplot function in the TeachingDemos package, that may do what you want. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare [EMAIL PROTECTED] 801.408.8111 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > project.org

Re: [R] Making a picture that is wide and small height

2008-12-03 Thread Prof Brian Ripley
On Tue, 2 Dec 2008, David Epstein wrote: How do I make a picture that is a horizontal strip? I tried plot(x=c(1,2,3,4),y=c(1,1,1,1)) #works but screen image is square. pdf("ratio.pdf",height=1,width=6) plot(x=c(1,2,3,4),y=c(1,1,1,1)) I got the following error message: Error in plot.new() : f