Skip to content
Prev 7329 / 29559 Next

One-to-many table relationship to shapefile polygon in spplot / plot - possible?

I want to do it in R. R can do quick and pretty graphs and maps!
This is what actually I wanted!

"column names with expressions (e.g. data[,paste("Year",y,sep="")]" in
shapefile database?

Yes, created Crop_ID which is supposed to be Polygon ID in my
foreststand.dbf. I have also Crop_ID, Period, Age in non spatial table
i.e. harvest.dbf

This is the harvest.dbf
names(harvest.dat) = c("CROP_ID", "CROPTYPE",
"Period","Ini_Age","Cut_Age", "Area_Cut")

Barry, any snippet how to use match in spplot or plot.

Thanks. Noli