[R] GIS in R?

ElSiebo Franz.Tscheikner-Gratl at uibk.ac.at
Thu Jul 11 08:53:19 CEST 2013


Hi
Iam quite new to R and Iam trying to use it for GIS application.
I used the maptools package to load a shapefile 
WVA<-readShapeLines("WVA")

and now I would like to fill gaps in the shape file (missing numbers) with
the numbers from intersecting lines
I have tried with gintersect but I can only get true or false for answer and
not the numbers of the intersected lines...
For example for the first line....
gIntersects(WVA[1,],WVA, byid=TRUE)

Is there another possibility to do this?

Best regards
Franz



--
View this message in context: http://r.789695.n4.nabble.com/GIS-in-R-tp4671296.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list