R/madClim2090.r

#' @name madClim2090
#'
#' @title Future climate rasters for Madagascar
#'
#' @description Rasters representing average climate across 2081-2100 modeled with CanESM5 for SSP 585 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', 'madClim2090.tif', package='enmSdmX')
#' madClimFut <- rast(rastFile)
#' plot(madClimFut)
#'
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.