R/cruts.R

##' cruts
##' 
##' Read data from CRU TS3.21: Climatic Research Unit (CRU) Time-Series (TS) Version 3.21 of High Resolution Gridded Data of Month-by-month \url{http://catalogue.ceda.ac.uk/uuid/ac4ecbd554d0dd52a9b575d9666dc42d}
##' 
##' \tabular{ll}{
##' Package: \tab cruts\cr
##' Version: \tab 0.1\cr
##' Date: \tab 2015-07-03\cr
##' License: \tab GPL-3 \cr
##' }
##' 
##'  
##' 
##' section{Dependencies}{
##' The package \code{cruts} depends upon some other important contributions to CRAN in order to operate; their uses here are indicated:\cr\cr
##'     sp, raster, stringr, lubridate, ncdf.
##' }
##' 
##' section{Citation}{
##' X
##' }
##' 
##' references{
##' X
##' }
##' 
##' @docType package
##' @name cruts-package
##' @author Benjamin Taylor, Department of Medicine, Lancaster University
##' @keywords package
##'
##'

##' @importFrom utils txtProgressBar setTxtProgressBar
##' @importFrom stats sd

##' @importFrom sp bbox proj4string<- proj4string SpatialPixelsDataFrame SpatialGridDataFrame Polygon Polygons SpatialPolygons coordinates CRS geometry GridTopology over proj4string SpatialGrid SpatialPixels SpatialPoints SpatialPolygonsDataFrame split spTransform 
##' @importFrom raster raster crop extract brick values stack
##' @importFrom stringr str_split str_match str_trim
##' @importFrom lubridate ymd year month week day
## @importFrom ncdf open.ncdf close.ncdf sync.ncdf get.var.ncdf dim.def.ncdf var.def.ncdf create.ncdf put.var.ncdf
##' @importFrom ncdf4 nc_open nc_close nc_sync ncvar_get ncdim_def ncvar_def nc_create ncvar_put







# unused ...

### @importFrom raster raster crop
### @importFrom sp bbox proj4string<- proj4string SpatialPixelsDataFrame SpatialGridDataFrame Polygon Polygons SpatialPolygons coordinates CRS geometry GridTopology over proj4string SpatialGrid SpatialPixels SpatialPoints SpatialPolygonsDataFrame split spTransform 
### @importFrom RColorBrewer brewer.pal 
### @importFrom stringr str_count str_detect
### @importFrom Matrix Matrix sparseMatrix
### @importFrom rgl abclines3d aspect3d axes3d planes3d points3d segments3d text3d title3d 
### @importFrom fields image.plot  
### @importFrom RandomFields CovarianceFct
### @importFrom rgeos gBuffer
### @importFrom iterators icount iter nextElem
### @importFrom sp bbox proj4string<- proj4string SpatialPixelsDataFrame SpatialGridDataFrame Polygon Polygons SpatialPolygons coordinates CRS geometry GridTopology over proj4string SpatialGrid SpatialPixels SpatialPoints SpatialPolygonsDataFrame split spTransform 
### @importFrom spatstat rpoint progressreport
### @importFrom survival Surv survfit
### @importFrom geostatsp asImRaster
### @importFrom raster crop
### @importFrom stats acf coefficients deriv dexp dist dnorm end fft fitted formula Gamma integrate knots lm model.matrix optim optimise poly quantile rbinom rexp rnorm runif sd start update var 
### @importFrom graphics hist legend lines matplot par plot points title 






`cruts` = NA
bentaylor1/cruts documentation built on May 12, 2019, 2:09 p.m.