plot_point: Handles plotting points for parameter models

Description Usage Arguments See Also

View source: R/plots.R

Description

This function returns a scatter plot.

Usage

1
2
plot_point(df, energy, pre_key = 0, model_fig = plot_ly(),
  b_name = "")

Arguments

df

A data frame with columns: x, y, z (OAT, usage, estimated from utillity data frame)

energy

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

pre_key

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

model_fig

A plotly object. Defaults to plot_ly().

b_name

Plot title (Building Name or Buidling ID). Defaults to an empty string.

See Also

plot_model


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