R/caliver-package.R

#' caliver: CALIbration and VERification of gridded model outputs
#'
#' Utility functions for the post-processing, calibration and validation of
#' gridded model outputs. Initial test cases include the outputs of the
#' following forest fire models: GEFF and RISICO.
#'
#' @name caliver
#' @docType package
#'
#' @import ggplot2
#' @import ncdf4
#' @importFrom graphics plot legend par
#' @importFrom raster raster stack brick mask crop rotate extent extract t plot
#' @importFrom raster crs cellFromPolygon cellStats nlayers getData trim overlay
#' @importFrom raster intersect compareRaster getZ setZ
#' @importFrom reshape2 melt
#' @importFrom rworldmap getMap
#' @importFrom scales rescale
#' @importFrom sp SpatialPolygons SpatialPolygonsDataFrame
#' @importFrom stats median na.omit sd uniroot density quantile
#' @importFrom utils tail
#'
NULL
ecmwf/caliver documentation built on March 25, 2022, 6:59 a.m.