R/pm25_dat.R

#' @title PM2.5 concentration data
#' @name pm25_dat
#' @docType data
#' @author  Kai Yang \email{kayang@mcw.edu} and Peihua Qiu
#' @description 
#' Daily PM2.5 concentration levels at 183 major cities in China during years 
#' 2014-2016. This dataset was collected by the China National Environmental 
#' Monitoring Centre (CNEMC). It can be downloaded directly from the CNEMC 
#' offical web page. The PM2.5 dataset used here contains 6 variables, including 
#' \code{Year}, \code{Time}, \code{Long} (longitude), \code{Lat} (latitude), 
#' \code{City}, and \code{PM2.5}.
#' @format 
#' A dataframe containing \eqn{N=200,385} observations of 6 variables.
#' @keywords pm25_dat
#' @usage data(pm25_dat)
NULL

Try the SpTe2M package in your browser

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

SpTe2M documentation built on Sept. 30, 2023, 9:06 a.m.