Skip to content
Prev 8254 / 29559 Next

Extract part(s) of SpatialPolygonsDataFrame

Hi,
try:
see:
A SpatialPolygonsDataFrame is made up of a data.frame and an object of
class SpatialPolygons, which is a list of objects of class Polygons,
which is made up of a list with Polygon class objects.
You can use getSlots to list the available slots of the various object types.
Regards,

Carson