Re: [R] symbol size on a plot

2003-07-01 Thread Paul Murrell
Hi Philippe Hupé wrote: > Hi, > > I would like to get from a plot the size of the symbols plotted. > Imagine I have the following plot function : > plot(1:2,1:2, pch=15, cex=4) > I would like the get the values SIZE1 and SIZE2 so that if I plot the > following rectangle : > rect(1.5,1.5, 1.5+SIZE1

[R] symbol size on a plot

2003-06-30 Thread Philippe Hupé
Hi, I would like to get from a plot the size of the symbols plotted. Imagine I have the following plot function : plot(1:2,1:2, pch=15, cex=4) I would like the get the values SIZE1 and SIZE2 so that if I plot the following rectangle : rect(1.5,1.5, 1.5+SIZE1, 1.5+SIZE2) then the size of this squa