Skip to content
Prev 21413 / 29559 Next

Merging shapefiles and csv

Hi,

I have used this proceeding:

spatial.data <- readOGR(?.)
stat.data <- read.csv(?.)
spatial.data at data=data.frame(stat.data)

This will merge your statistical data to your spatial data. Make sure you have the same order in both sides of your data.

Hope this help, greetings.

El 31/07/2014, a las 09:10, sam cruickshank <sam_l_cruickshank at hotmail.com> escribi?:
Rolando Valdez