[R] Convert poly line to polygon in R

Javad Bayat bayat194 at yahoo.com
Mon Nov 13 06:58:56 CET 2017


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]]



More information about the R-help mailing list