Learn R Programming

geozoning (version 1.0.0)

modlm: modlm

Description

modlm

Usage

modlm(ptsp, Z)

Arguments

ptsp

SpatialPointsDataFrame with data values

Z

zoning (list of SpatialPolygons)

Value

the result of a call to lm (anova model with zone number as factor)

Details

description, a paragraph

Examples

Run this code
# NOT RUN {
data(resZTest)
K=resZTest
Z=K$zonePolygone
data(mapTest)
ptsp=mapTest$krigData
geozoning:::modlm(ptsp,Z)
# }

Run the code above in your browser using DataLab