| commercial | R Documentation |
A dataset of billed energy use for a commercial building in the Seattle area
commercial
A data frame with 36 rows and 3 variables:
Start date of meter interval
End date of meter interval
Total kWh during the billing cycle
...
data(commercial)
head(commercial)
stationSearch("Seattle, WA")
com <- newTerm("Seattle Commercial Building") %>%
addData(commercial[-c(1:5), ],
kWh ~ Start.Date + End.Date,
daily = FALSE) %>%
addWeather(stationid = "GHCND:USW00024233") %>%
addMethod("Changepoint") %>%
addMethod("degreeday") %>%
evaluate()
com
plot(com, "raw")
plot(com)
plot(com, "resids")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.