geoWeight: Geographic weighting

Description Usage Arguments Value Examples

Description

The function performs geographic weighting using the cosine of latitude to compensate for area distortion of non-projected lat/lon data

Usage

1

Arguments

x

a Raster* object

Value

a weighted Raster* object

Examples

1
2
3
4
5
6
7
8
data(vdendool)

wgtd <- geoWeight(vdendool)

opar <- par(mfrow = c(1,2))
plot(vdendool[[1]], main = "original")
plot(wgtd[[1]], main = "weighted")
par(opar)

environmentalinformatics-marburg/Reot documentation built on May 16, 2019, 7:50 a.m.