Learn R Programming

kgc (version 1.0.0.2)

getZone: 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

Run this code
# NOT RUN {
ccz <- getZone(16)
# }

Run the code above in your browser using DataLab