| TestCase {HiClimR} | R Documentation |
Test Data for Functionality Demonstration of HiClimR Package
Description
This data is a subset of University of East Anglia Climatic Research Unit (CRU) TS (timeseries) precipitation dataset version 3.2.
Usage
data(TestCase)
Format
TestCase is a list of three components: x, lon, and lat.
x is an (6400 rows by 41 columns) matrix as required for
HiClimR function. The rows represent spatial points (or stations),
while the columns represent observations (temporal points or years). lon
and lat are vectors of length 80 for unique longitudes and
latitudes coordinates, where 80 * 80 = 6400 for this gridded data.
Details
CRU TS 3.21 data (1901-2012) is monthly gridded precipitation with 0.5
degree resolution. This test data is a subset with 1 degree resolution for
African precipitation in January, 1949-1989.
Source
Climatic Research Unit (CRU) time-series datasets of variations in climate with variations in other phenomena.
References
Hamada S. Badr, Zaitchik, B. F. and Dezfuli, A. K. (2015): A Tool for Hierarchical Climate Regionalization, Earth Science Informatics, 8(4), 949-958, doi: 10.1007/s12145-015-0221-7.
Hamada S. Badr, Zaitchik, B. F. and Dezfuli, A. K. (2014): Hierarchical Climate Regionalization, Comprehensive R Archive Network (CRAN), https://cran.r-project.org/package=HiClimR.
Harris, I., Jones, P. D., Osborn, T. J., and Lister, D. H. (2014): Updated high-resolution grids of monthly climatic observations - the CRU TS3.10 Dataset, International journal of climatology, 34, 623-642, doi: 10.1002/joc.3711.
Examples
require(HiClimR)
x <- TestCase$x
dim(x)
colnames(x)