Learn R Programming

geodiv (version 1.1.0)

smean: Calculates the Mean Peak Height of a Surface Image

Description

Finds the mean height of positive values in the landscape (mean peak height; Smean) for a raster or matrix representing a surface.

Usage

smean(x)

Value

A numeric value of mean peak height.

Arguments

x

A raster or matrix.

Examples

Run this code
# import raster image
data(normforest)
normforest <- terra::unwrap(normforest)

# find the maximum peak height
Smean <- smean(normforest)

Run the code above in your browser using DataLab