inst/examples/smooth_dem_example.R

r <- raster()
r[] <- seq(1, ncell(r)) + rnorm(ncell(r), 20000, 10000)
plot(r)
r.smoothed <- smooth_dem(r, 10)
plot(r.smoothed)
GastonMauroDiaz/rdemtools documentation built on Oct. 22, 2019, 8:32 p.m.