I am wondering how to join spatial polygons using R code?
I'm working with census data where certain areas change over time and I wish to join the polygons and the corresponding data and simply report on the joined areas. I am maintaining a list of polygons that have changes census to census and that I plan to merge. I'd like to use this list of area names as a lookup list to apply to census data from different years.
I'm wondering what R function to use to merge selected polygons and respective data. I have googled it but simply become confused by results.
أكثر...
I'm working with census data where certain areas change over time and I wish to join the polygons and the corresponding data and simply report on the joined areas. I am maintaining a list of polygons that have changes census to census and that I plan to merge. I'd like to use this list of area names as a lookup list to apply to census data from different years.
I'm wondering what R function to use to merge selected polygons and respective data. I have googled it but simply become confused by results.
أكثر...