act_plot: Plot of the actual pre or post installation data

Description Usage Arguments Value

View source: R/visualize.R

Description

act_plot a function that generates a dygraph plot of the actual observations (eload and Temp)

Usage

1
2
act_plot(Data, title = NULL, low_range_0 = NULL, high_range_0 = NULL,
  low_range_T_0 = NULL, high_range_T_0 = NULL)

Arguments

Data

A data frame of the actual observations

low_range_0

a numerical value of the lower bound of the eload axis

high_range_0

a numerical value of the upper bound of the eload axis

low_range_T_0

a numerical value of the lower bound of the Temp axis

high_range_T_0

a numerical value of the upper bound of the Temp axis

Value

A dygraph time series plot object


LBNL-ETA/RMV2.0 documentation built on Nov. 9, 2020, 5:44 a.m.