sample_dem.Rd
Sample a random DEM with specified size from a larger DEM
sample_dem(data, L)
Digital elevation model of class RasterLayer.
Size of square to cut out of DEM.
Digital elevation model of class RasterLayer.
dem1 <- sample_dem(horseshoe, L = 4)
raster::plot(dem1)