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)