[R] Obtaining figures with exactly placed points

2007-03-06 Thread Scionforbai
Dear list, I have to plot some geometrical shape given as list of points. My need is the following: let's say my shape is a 1 inch large square; how can I plot it with R in a graphic format that gives me an image *exactly* 1 inch large? I tried to set oma, mar and fin parameters, but with no

Re: [R] Obtaining figures with exactly placed points

2007-03-06 Thread Scionforbai
plot(0,0,n,xlim=c(0,1),ylim=c(0,1),axes=F,ann=F,xaxs='i',yaxs='i') It was exactly this! *8/100+ [1] 1199.88 Thanks, Marco __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] Obtaining figures with exactly placed points

2007-03-06 Thread Greg Snow
. Statistical Data Center Intermountain Healthcare [EMAIL PROTECTED] (801) 408-8111 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scionforbai Sent: Tuesday, March 06, 2007 2:42 PM To: r-help@stat.math.ethz.ch Subject: [R] Obtaining figures