summarise_steps: Summary of device sessions indicators

View source: R/esteps.R

summarise_stepsR Documentation

Summary of device sessions indicators

Description

Summary of device sessions indicators

Usage

summarise_steps(historical_consumption, device_power, at_least = 60)

Arguments

historical_consumption

A tibble with datetime and power columns

device_power

A number corresponding to device constant power

at_least

Minimum of minutes to consider the step

Value

A tibble with the following indicators:

  • Average consumption per session (Wh)

  • Average duration of a session (hours)

  • Average sessions starting time

  • Number of sessions in the time studied


mcanigueral/esteps documentation built on June 4, 2023, 7:35 a.m.