Hi Freddy,

from where do you want to extract the information to which spatial extent you want to interpolate? A shapefile with field borders? You could also digitalize any polygon with locator(). Anyhow the borders are not a priori in your data.

regards,
Tom

Am 01.10.2009 um 20:20 schrieb Freddy López:

Thanks for your answer, Tom.

Yes, each geodata object is basically a list, and I can add the border
as you mention but, I haven't got these borders. I just have got a
geodata object with coordinates and data but with no borders. My
question is if I can extract or create a border with a object with
these features.

Again, thanks you.


On Thu, Oct 1, 2009 at 06:07, Tom Gottfried <tom.gottfr...@wzw.tum.de> wrote:
Hi Freddy,

to add borders to an object of class geodata just add them as an element to
the list (class geodata basically is a list):

obj$borders <- border.polygon

border.polygon here must match coordinates as described in ? polygon, if I
remember correctly.

regards,
Tom




--
'qué importa la tristeza si hubo en el tiempo
alguien que se dijo feliz,'

JL Borges

_______________________________________________
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