Rao: Rao's index

View source: R/paRao.R

RaoR Documentation

Rao's index

Description

An alias for 'paRao' with 'alpha' fixed at 2.

Usage

Rao(x, ...)

Arguments

x

Input data may be a matrix, a Spatial Grid Data Frame, a SpatRaster, or a list of these objects.

...

Other parameters passed to 'paRao'.

Value

A return value description.

Examples

## Not run: 
data(volcano)
r <- terra::rast(volcano)
res <- Rao(x = r, window = 3)
terra::plot(res[[1]][[1]])

## End(Not run)

rasterdiv documentation built on Oct. 14, 2024, 5:10 p.m.