as.aRTgeometry {aRT} | R Documentation |
Converts a Spatial data to the aRT format. It does not convert SpatialPoints
because this class does not have ID,
but it converts SpatialPointsDataFrame
.
S4method{as.aRTgeometry}{SpatialPointsDataFrame}(object) S4method{as.aRTgeometry}{SpatialLines}(object) S4method{as.aRTgeometry}{SpatialPolygons}(object)
Pedro Ribeiro de Andrade