econsumption | R Documentation |
Electricity consumption and maximum temperature for 12 randomly chosen days.
econsumption
Data frame containing the following columns:
Daily electricity consumption (megawatt-hours)
Daily maximum temperature (degrees Celsius)
Makridakis, Wheelwright and Hyndman (1998) Forecasting: methods and applications, John Wiley & Sons: New York. Exercise 5.5
plot(Mwh ~ temp, data=econsumption, pch=19, col=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.