Re: [R-sig-Geo] Res: Problem with points.geodata and plot.geodata

2008-10-20 Thread James Nylen
In that case, you could always try stacking the panels vertically instead of horizontally? If this is even possible with the function you are using. Or just plot each panel to an image and superimpose them using another method? I've done things like that where I had R create PNG images and then c

Re: [R-sig-Geo] Res: Problem with points.geodata and plot.geodata

2008-10-20 Thread Rubén Roa-Ureta
Gledson Picharski wrote: Hi Rubén, Try this, my.func <- set.coords.lims #if you want this geoR function latter. set.coords.lims <-function(coords)apply(coords,2,range) plot(z1) points(z1,pt.divide=c("data.proportional"),lambda=1,col="gray",yl="",xl="") ## to get set.coords.lims back. set.co

[R-sig-Geo] Res: Problem with points.geodata and plot.geodata

2008-10-19 Thread Gledson Picharski
Hi Rubén, Try this, my.func <- set.coords.lims #if you want this geoR function latter. set.coords.lims <-function(coords)apply(coords,2,range) plot(z1) points(z1,pt.divide=c("data.proportional"),lambda=1,col="gray",yl="",xl="") ## to get set.coords.lims back. set.coords.lims <- my.func plot(z1