Learn R Programming

remote (version 1.2.1)

calcVar: 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

Run this code
data("pacificSST")

calcVar(pacificSST)

Run the code above in your browser using DataLab