as.aRTgeometry {aRT}R Documentation

as.aRTgeometry

Description

Converts a Spatial data to the aRT format. It does not convert SpatialPoints because this class does not have ID, but it converts SpatialPointsDataFrame.

Usage

S4method{as.aRTgeometry}{SpatialPointsDataFrame}(object) S4method{as.aRTgeometry}{SpatialLines}(object) S4method{as.aRTgeometry}{SpatialPolygons}(object)

Arguments

object
Object of sp class.

Author(s)

Pedro Ribeiro de Andrade


[Package aRT version 1.6-1 Index]