data-raw/precipDeviation.R

#' Worldwide deviation in annual precipitation over the last 21,000 years
#'
#' Using *PaleoView* version 1.1 (Fordham, *et al.* 2017), 20 100-year climatological
#' means of annual precipitation were generated over 1,000-year time slices from the
#' TRaCE21ka experiments implemented using the CCSM 3.0 climate model. We then
#' calculated deviation through time as the mean of standard deviations between time
#' slices divided by the time elapsed between time slices. This calculation was
#' performed using the `deviationThroughTime()` function in the `climateStability`
#' package.
#'
#' @docType data
#'
#' @usage data(precipDeviation)
#'
#' @format An object of class \code{"raster"}
#'
#' @keywords datasets
#'
#' @references
#' Owens, H.L., Guralnick, R., 2019. climateStability: An R package to estimate
#' climate stability from time-slice climatologies. Biodiversity Informatics
#' 14, 8–13. https://doi.org/10.17161/bi.v14i0.9786
#'
#' @seealso \code{\link{deviationThroughTime}} for details on the calculation.
#'
#' @examples
#' data(precipDeviation)
#' precipStability <- 1/precipDeviation #calculate stability from deviation
#'
"precipDeviation"
hannahlowens/climateStability documentation built on Oct. 9, 2022, 3:27 a.m.