[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

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

2008-10-19 Thread Barry Rowlingson
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

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

2008-10-19 Thread Rubén Roa-Ureta
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

Re: [R-sig-Geo] staying up to date with r-spatial packages

2008-10-19 Thread Roger Bivand
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