R/stations.R

#' Measurement stations info
#'
#' Coordinates and information of all measurement stations in Andalusia.
#'
#' @docType data
#' @name stations
#' @format A SpatialPointsDataFrame with 99 rows and 5 variables:
#' \describe{
#'   \item{X}{Station number}
#'   \item{ESTACION}{Station name}
#'   \item{MUNICIPIO}{Council}
#'   \item{PROVINCIA}{Province}
#'   \item{site}{Station name (used for compatibility with package openair)}
#' }
#' @source Consejeria de Medio Ambiente, Junta de Andalucia (\url{http://www.juntadeandalucia.es/medioambiente/portal_web/web/temas_ambientales/atmosfera/calidad_aire/RVCCAA_2015.pdf})

NULL
SevillaR/aire documentation built on May 9, 2019, 1:23 p.m.