Learn R Programming

geozoning (version 1.0.0)

maxDistSP: maxDistSP

Description

maxDistSP

Usage

maxDistSP(sp)

Arguments

sp

SpatialPolygons

Value

the maximum distance within sp

Details

maximum distance within kth polygon of current zone

Examples

Run this code
# NOT RUN {
ZK=initialZoning(qProb=c(0.4,0.2,0.7),mapTest)
Z=ZK$resZ$zonePolygone
geozoning:::maxDistSP(Z[[5]])
# }

Run the code above in your browser using DataLab