dtempc | R Documentation |
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.
data(dtempc)
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
The data summaries provided here are based on data exchanged under the World Meteorological Organization (WMO) World Weather Watch Program. To prepare a point map, merge with the stations
table containing stations' coordinates.
Milan Kilibarda and Tomislav Hengl
Global Surface Summary of the day data (ftp://ftp.ncdc.noaa.gov/pub/data/gsod/)
European Climate Assessment & Dataset (https://www.ecad.eu/dailydata/predefinedseries.php)
# load data
data(dtempc)
str(dtempc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.