Learn R Programming

spTimer (version 0.03)

DataValFore: Ozone concentration data used in Model validations for temporal forecast in the unovserved spatial locations.

Description

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

Usage

DataValPred

Arguments

format

Columns: each contains 16 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(DataValFore)
head(DataValFore)

##

Run the code above in your browser using DataLab