R/spades-tools-deprecated.R

Defines functions fastCrop

Documented in fastCrop

#' `fastCrop` is deprecated.
#'
#' @param x Raster to crop
#' @param y Raster to crop with
#' @param ... other
#'
#' @export
#' @seealso `velox::VeloxRaster_crop`
#'
#' @rdname deprecated
fastCrop <- function(x, y, ...) {
  .Deprecated("terra::crop")
}

Try the SpaDES.tools package in your browser

Any scripts or data that you put into this service are public.

SpaDES.tools documentation built on Nov. 11, 2023, 1:07 a.m.