R/raster-methods.R

#' raster::plot
#'
#' re-exported `plot` method from `raster` package to avoid failing
#' when trying to plot raster objects without having `raster` loaded
#' first.
#'
#' @name plot
#' @rdname plot
#' @keywords internal
#' @export
#' @importFrom raster plot
NULL

Try the ccafs package in your browser

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

ccafs documentation built on Aug. 26, 2020, 5:15 p.m.