Learn R Programming

geozoning (version 1.0.0)

printInterZ: printInterZ

Description

printInterZ

Usage

printInterZ(Z, sp)

Arguments

Z

list of zones, each zone is a SpatialPolygons

sp

SpatialPolygons object

Details

checks intersection of sp and each element of Z

Examples

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

Run the code above in your browser using DataLab