Extracting intersection areas in R

المشرف العام

Administrator
طاقم الإدارة
I have two polygons. One contains fields(X,Y,Z) and the other contains soil types (A,B,C,D). I want to know what area of every field contains which type of soil. I tried the following:



library(rgdal)library(rgeos)Field
 
أعلى