VeloxRaster_crop: Crop a VeloxRaster object

Description Arguments Details Value Examples

Description

crops a VeloxRaster object

Arguments

y

An object from which an extent object can be extracted. Usually a sf, Spatial* or Raster* object.

Details

Crops a VeloxRaster object to the extent of y.

Value

Void.

Examples

1
2
3
4
5
6
## Make VeloxRaster
mat <- matrix(1:100, 10, 10)
vx <- velox(mat, extent=c(0,1,0,1), res=c(0.1,0.1), crs="+proj=longlat +datum=WGS84 +no_defs")
## Crop
vx$crop(c(0.3,0.7,0.3,0.7))
vx$extent

velox documentation built on May 2, 2019, 6:01 a.m.