electricity | R Documentation |
The data set provides information about electricity consumption in Victoria, Australia during the 115 days starting on 10th of January, 2000, and comprises the maximum electricity demand in Victoria during 30-minute periods (48 observations per day). For each 30-minute period, the dataset also provides the air temperature in Melbourne.
electricity
An numerical matrix of class msts
and ts
.
Consumption
column contains maximum electricity consumption during 30 minute
periods
Temperature
column contains temperature in Melbourne during the corresponding
30 minute interval
Time
column contains number of 30 minute interval in the dataset
DailySeasonality
column contains positions of 30 minute interval inside days
WeeklySeasonality
column contains positions of 30 minute interval inside weeks
WorkingDaySeasonality
column contains positions of 30 minute intervals
inside working day/holiday transition diagram
plot(electricity[, 1:2],
xlab = "Weeks",
main = "Electricity demand and temperature in Melbourne, Australia"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.