getZone {kgc} | R Documentation |
getZone
Description
This function will return the character code of a given climate zone corresponding to a numeric value (factor levels of the fine resolution data).
Usage
getZone(num)
Arguments
num |
The numeric code describing a climate zone. |
Value
A string describing the climate zone as a character code.
Examples
ccz <- getZone(16)
[Package kgc version 1.0.0.2 Index]