econsumption {fma}R Documentation

Electricity consumption and temperature

Description

Electricity consumption and maximum temperature for 12 randomly chosen days.

Usage

temperature

Format

Data frame containing the following columns:

Mwh
Daily electricity consumption (megawatt-hours)
temp
Daily maximum temperature (degrees Celsius)

Source

Makridakis, Wheelwright and Hyndman (1998) Forecasting: methods and applications, John Wiley & Sons: New York. Exercise 5.5

Examples

plot(Mwh ~ temp, data=econsumption,pch=19,col=4)

[Package fma version 1.23 Index]