commercial: Billed energy use for a Seattle-area commercial building

commercialR Documentation

Billed energy use for a Seattle-area commercial building

Description

A dataset of billed energy use for a commercial building in the Seattle area

Usage

commercial

Format

A data frame with 36 rows and 3 variables:

Start.Date

Start date of meter interval

End.Date

End date of meter interval

kWh

Total kWh during the billing cycle

...

Examples

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")

EcotopeResearch/rterm documentation built on Oct. 17, 2022, 4:02 p.m.