calcVar {remote}R Documentation

Calculate space-time variance of a RasterStack or RasterBrick

Description

The function calculates the (optionally standardised) space-time variance of a RasterStack or RasterBrick.

Usage

calcVar(x, standardised = FALSE, ...)

Arguments

x

a RasterStack or RasterBrick

standardised

logical.

...

currently not used

Value

the mean (optionally standardised) space-time variance.

Examples

data("pacificSST")

calcVar(pacificSST)

[Package remote version 1.2.1 Index]