R/kgcities.R

#' Koppen Geiger climates for selected cities reference table.
#'
#' A data frame containing the reported climate zones and longitude and latitude for selected example cities worldwide.
#'
#' @format A data frame with 88 rows and 5 variables:
#' \describe{
#'   \item{loc}{location, character}
#'   \item{rczd}{reported climate zone description, character}
#'   \item{rcz}{reported climate zone, character}
#'   \item{lon}{longitude, numeric}
#'   \item{lat}{latitude, numeric}
#' }
#' @source \url{http://www.wikipedia.org}
"kgcities"

Try the kgc package in your browser

Any scripts or data that you put into this service are public.

kgc documentation built on May 2, 2019, 1:47 p.m.