main_line_point_plot: Handles plotting parameter models

Description Usage Arguments See Also

View source: R/plots.R

Description

This function returns parameters model plot. Uses plot_model and plot_point to draw parameter models.

Usage

1
main_line_point_plot(df, best_model, energy, pre_key = 0, b_name)

Arguments

df

A data frame with columns: x, y, z (OAT, usage, estimated from utillity data frame). Column 'z' must be a character column with 'Est' for estimated (or 1) and 'Act' for acutal (or 0).

best_model

A list containing information about parameters such as slopes, change-points, and stats such as RMSE.

energy

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

pre_key

A numeric value. 0 for unretrofit, 1 for pre-retrofit and 3 for post-retrofit. Defaults to 0.

b_name

Plot title (Building Name or Buidling ID).

See Also

plot_point and main_plot_handler


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