plot_timeseries: Plots time series

Description Usage Arguments See Also Examples

View source: R/plots.R

Description

This function plots time series graph for date against usage and OAT. This function can be used for both retrofit and unretrofit data.

Usage

1
plot_timeseries(util, energy)

Arguments

util

A data frame with columns: OAT, usage, estimated (1 for estimated usage and 0 for actual usage). See unretrofit_utility and retrofit_utilityfor more information about data format.

energy

A character string. Energy Type, either 'Elec' or 'Fuel'.

See Also

plot_point and main_line_point_plot

Examples

1
2
3
4
## Not run: util = subset(unretrofit_utility, unretrofit_utility$bdbid == 'f3acce86'
			& unretrofit_utility$energy_type == 'Elec')
plot_timeseries(util, 'Elec')
## End(Not run)

tinnaing347/bRema documentation built on Aug. 23, 2019, 9:15 p.m.