Dear list members,

I created a raster with distances to villages and when I tried to obtain 
the values form the raster for several points (using function xyValues) 
I got all 0 values.  Any help will be appreciated.

r = raster(corredor)

res(r) = 300

rp = pointsToRaster(r, poblados, values=1)

distpob <- distance(rp)

distpob
class       : RasterLayer
filename    :
nrow        : 314
ncol        : 236
ncell       : 74104
min value   : 0
max value   : 46013.58
projection  : NA
xmin        : 447165.1
xmax        : 517965.1
ymin        : 1122216
ymax        : 1216416
xres        : 300
yres        : 300


Best,

Manuel



-- 
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
mspin...@una.ac.cr
mspinol...@gmail.com
Teléfono: (506) 2277-3598
Fax: (506) 2237-7036
Personal website: Lobito de río 
<https://sites.google.com/site/lobitoderio/>
Institutional website: ICOMVIS <http://www.icomvis.una.ac.cr/>

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to