powered by
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)
plot(Mwh ~ temp, data=econsumption, pch=19, col=4)
Run the code above in your browser using DataLab