Learn R Programming

meteo (version 2.0-3)

dslp: Mean sea level pressure in hPa for July 2011

Description

Sample data set showing values of merged mean sea level pressure measurements from the Global Surface Summary of Day data (GSOD) with European Climate Assessment & Data set (ECA&D) for the month July 2011.

Usage

data(dslp)

Arguments

Format

The dslp contains the following columns:

staid

character; station ID from GSOD or ECA&D data set

time

Date; day of the measurement

slp

numeric; mean sea level pressure amount in hPa

Author

Milan Kilibarda and Tomislav Hengl

References

Examples

Run this code
# load data
data(dslp)
str(dslp)

Run the code above in your browser using DataLab