R/UKAir.R

Defines functions UKAir

Documented in UKAir

#' @title Covariate module: UKAir
#'
#' @description Return some UK air temperature data from NCEP. Data is bundled with package and has the extent \code{c(-10, 10, 45, 65)}.
#'
#' @author ZOON Developers, \email{zoonproject@@gmail.com}
#' @section Version: 1.0
#' @section Date submitted: 2015-11-13
#'
#' @name UKAir
#' @family covariate
UKAir <-
function(){
  return(UKAirRas)
}
zoonproject/modules documentation built on May 4, 2019, 11:25 p.m.