powered by
Calculates the average height above the mean surface for the five highest local maxima plus the average height below the mean surface for the five lowest local minima.
s10z(x)
A numeric value representing the ten-point height.
A raster or matrix.
# import raster image data(normforest) normforest <- terra::unwrap(normforest) # calculate ten-point height. S10z <- s10z(normforest)
Run the code above in your browser using DataLab