Learn R Programming

SCE (version 1.0.0)

Air_quality_testing: Example Air Quality Testing Dataset for the SCE Model

Description

The "Air_quality_testing" dataset serves as an example dataset to illustrate the functioning and application of the SCE model within the SCE package. It contains various air quality parameters and meteorological variables measured on a monthly scale, which are used as inputs in the SCE model for model testing.

Usage

data("Air_quality_testing")

Arguments

Format

A data frame with 8760 rows and 7 variables:

Date

Date and time of measurement (POSIXct format)

PM2.5

Particulate matter with diameter less than 2.5 micrometers (\mu g/m^3).

PM10

Particulate matter with diameter less than 10 micrometers (\mu g/m^3).

SO2

Sulfur dioxide concentration (\mu g/m^3).

NO2

Nitrogen dioxide concentration (\mu g/m^3).

CO

Carbon monoxide concentration (\mu g/m^3).

O3

Ozone concentration (\mu g/m^3).

TEMP

Temperature (\textdegree C).

PRES

Atmospheric pressure (hPa).

DEWP

Dew point temperature (\textdegree C).

RAIN

Precipitation amount (mm).

WSPM

Wind speed (m/s).

Examples

Run this code
data(Air_quality_testing)
head(Air_quality_testing)

Run the code above in your browser using DataLab