Hi! How do I apply gArea()) to all polygons within an spatial pol. DF? I've tried areas <- apply(BorneoLCg,gArea) and areas <- sapply(BorneoLCg,gArea) but this is not correct. I want to compare to areas <- sapply(BorneoLCg at polygons, function(x) x at area) Thanks Agus