maxtemp {gsse401}R Documentation

GSSE 401 - Daily maximum temperatures in Lancaster

Description

The maxtemp data frame has 366 rows and 4 columns.

This data-set records daily maximum temperatures at the Hazelrigg field station, near the Lancaster University campus, from 1 September 1995 to 31 August 1996.

Usage

data(maxtemp)

Format

This data frame contains the following columns:

year
a numeric vector corresponding to the year
month
a numeric vector corresponding to the mounth
day
a numeric vector corresponding to the day
maxtemp
a numeric vector with the maximum temperature

Source

Hazelrigg field station, Lancaster, UK.

Examples

data(maxtemp)
summary(maxtemp$maxtemp)
plot(maxtemp$maxtemp)

[Package gsse401 version 0.0-8 Index]