Learn R Programming

HiClimR (version 2.2.1)

WorldMask: World Mask for Geographic Masking in HiClimR

Description

This data is used for geographic masking by geogMask function in HiClimR package.

Usage

data(WorldMask)

Arguments

Format

WorldMask is a list with two components: info and mask. info is an (284 rows by 10 columns) matrix. The rows are for areas or countries while the columns are for codes required by geogMask. mask is an (3601 rows by 1801 columns) matrix with integer values from 1 to 284 for the areas defined in info.

Details

This data is used internally by geogMask function for geographic masking in HiClimR package. The user is advised to refer to the function manual for more details. The world mask is available in 0.1 degree (10 km) resolution. The info data provides information for continents, regions, and country codes).

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, 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.

LSIB Data: https://hiu.state.gov/data/.

Examples

Run this code
# NOT RUN {
require(HiClimR)

geogMask()
# }

Run the code above in your browser using DataLab