R/madClim.r

#' @name madClim
#'
#' @title Present-day climate rasters for Madagascar
#'
#' @description Rasters representing average climate across 1970-2000 for Madagascar from WorldClim version 2.1. Values of these rasters have been rounded to one digit, so \emph{please do not use these for "official" work}. Please also note that CanESM5 in CMIP6 is known to run "too hot", but is useful here to aid illustration.
#'
#' @docType data
#'
#' @format An object of class \code{'SpatRaster'}.
#'
#' @keywords climate Madagascar
#'
#' @source \href{https://worldclim.org}{WorldClim}
#' 
#' @examples
#'
#' library(terra)
#' rastFile <- system.file('extdata', 'madClim.tif', package='enmSdmX')
#' madClim <- rast(rastFile)
#' plot(madClim)
#'
NULL

Try the enmSdmX package in your browser

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

enmSdmX documentation built on April 3, 2025, 7:50 p.m.