Learn R Programming

spTimer (version 0.6)

DataValPred: Ozone concentration data used in Model validations for spatial interpolation.

Description

A sub-set of the NYdata used for model validation.

Usage

DataValPred

Arguments

format

Columns: each contains 480 observations.
  • 1st col = Site index (s.index),
  • 2nd col = Longitude,
  • 3rd col = Latitude,
  • 4th col = Year (year),
  • 5th col = Month (month),
  • 6th col = Day (day),
  • 7th col = Ozone (o8hrmax),
  • 8th col = Maximum temperature (cMAXTMP),
  • 9th col = Wind speed (WDSP).
  • 10th col = Relative humidity (RH).

source

US EPA

See Also

NYdata.

Examples

Run this code
##

data(DataValPred)
head(DataValPred)

##

Run the code above in your browser using DataLab