combine.data.hourly: Combine hourly data

Description Usage Arguments Value Author(s) Examples

View source: R/combine-data.R

Description

Combine hourly data

Usage

1
combine.data.hourly(comps = list(), tot = NULL)

Arguments

comps

list of components of hourly energy in hourly format.

tot

Total energy generated in hourly format.

Value

data frame with class hourly containing the components and the residual Other energy use

Author(s)

David Sterratt

Examples

1
2
3
4
5
6
7
from <- "2016-09-01"
to <- "2016-09-08"
server <- get.ups.hourly(from, to, upss=c("serverL", "serverR"), power.factor=NA)
forum <-  get.ups.hourly(from, to, upss=c("forumB"), power.factor=0.9)
meter <- hourly(get.inf.meter.data(from, to))
combine <- combine.data.hourly(list(Server=server, Forum=forum), tot=meter)
plot(combine)

davidcsterratt/infenergy documentation built on Sept. 20, 2019, 4:20 a.m.