Learn R Programming

geozoning (version 1.0.0)

getCoords: getCoords

Description

getCoords

Usage

getCoords(sp, k = 1)

Arguments

sp

SpatialPolygons

k

polygon number

Value

some coordinates

Details

get SpatialPolygons coordinates

Examples

Run this code
# NOT RUN {
data(resZTest)
K=resZTest
Z=K$zonePolygone
geozoning:::getCoords(Z[[1]])
# }

Run the code above in your browser using DataLab