Examples for 'terra::modal'


modal value

Aliases: modal modal,SpatRaster-method

Keywords: univar math

### ** Examples

r <- rast(system.file("ex/logo.tif", package="terra"))
r <- c(r/2, r, r*2)
m <- modal(r)

[Package terra version 1.5-34 Index]