R/raster-methods.R

#' raster::plot
#'
#' re-exported \code{plot} method from \code{raster} package to avoid failing
#' when trying to plot raster objects without having \code{raster} loaded
#' first.
#'
#' @name plot
#' @rdname plot
#' @keywords internal
#' @export
#' @importFrom raster plot
NULL
ropenscilabs/cmipr documentation built on May 18, 2022, 7:35 p.m.