GetisOrdStandardStats: Standard Getis-Ord G* statistics.

Description Usage Arguments Value Author(s) Examples

Description

Standard Getis-Ord G* statistics.

Usage

1

Arguments

r

Input raster layer

Value

Returns a list used in the function GetisOrd:

rmean

Global mean of all raster cells.

n

Number of all cells within the raster.

SD

Standard deviation of all raster cells (single value).

MEAN

Same as rmean in standard Getis-Ord.

Author(s)

Viliam Simko

Examples

1
2
3
4
5
library(raster)
r <- raster( matrix(rnorm(400), 20, 20) )
w <- weight_matrix_circular_fade(7, 2)
st <- GetisOrdStandardStats(r)
plot(GetisOrd(r, w, st))

biggis-project/soh documentation built on May 12, 2019, 8:30 p.m.