Learn R Programming

SpaDES.tools (version 0.3.0)

fastCrop: fastCrop is a wrapper around velox::VeloxRaster_crop, though raster::crop is faster under many tests.

Description

fastCrop is a wrapper around velox::VeloxRaster_crop, though raster::crop is faster under many tests.

Usage

fastCrop(x, y, ...)

Arguments

x

Raster to crop

y

Extent object, or any object from which an Extent object can be extracted (see Details)

...

Additional arguments as for writeRaster

See Also

velox::VeloxRaster_crop