Heating and Cooling Degree diagnostic scripts

diagnostics(
  hdcd_segment = tibble::tibble(),
  hdcd_monthly = tibble::tibble(),
  min_diagnostic_months = 6,
  folder = paste0(getwd()),
  name_append = ""
)

Arguments

hdcd_segment

Default = tibble::tibble(). helios hdcd output by segment.

hdcd_monthly

Default = tibble::tibble(). helios hdcd output by month.

min_diagnostic_months

Default = 6. Integer for the number of months. The number of months in the outputs need to exceed this limit to trigger diagnostic plots. Max months is 12.

folder

Default = paste0(getwd()). String for the output folder path.

name_append

Default = ”. String for the name to append to output file name.