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
2008/10/20 Rubén Roa-Ureta <[EMAIL PROTECTED]>:
> Hi ComRades,
>
> The functions points.geoadata and plot.geodata have an underisable behavior
> with the limits of the X axis of the plot, as shown by the toy example
> below. The range covered by the X axis is too wide. Setting specific limits
> wit
Hi ComRades,
The functions points.geoadata and plot.geodata have an underisable
behavior with the limits of the X axis of the plot, as shown by the toy
example below. The range covered by the X axis is too wide. Setting
specific limits with xlim in, for example points.geoadata, doesn't solve
On Sat, 18 Oct 2008, Sebastian P. Luque wrote:
Hi,
Is it a good idea to have the r-spatial repository added to the 'repos'
option? e.g.:
---<---cut here---start-->---
options(repos=c(CRAN="http://probability.ca/cran/";,
Spatial="http://r-spa