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
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
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