I have a shape file as poly line and I want to convert it to polygon.Is it
possible to do that in R?lake
<-readShapeLines("./lake_main_utm.shp")proj4string(lake) <- CRS("+proj=utm
+zone=39 +datum=WGS84")
Sincerely.
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.