Learn R Programming

meteo (version 2.0-2)

dtempc: Mean daily temperature in degrees Celsius for July 2011

Description

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

Usage

data(dtempc)

Arguments

Format

The dtempc contains the following columns:

staid

character; station ID from GSOD or ECA&D dataset

time

Date; day of the measurement

tempc

numeric; mean daily temperature in degrees Celsius

Author

Milan Kilibarda and Tomislav Hengl

References

Examples

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

Run the code above in your browser using DataLab