Description Usage Arguments Value Author(s)
Given a data.frame
holding power values (W) measured of forecasted at date/time values in column value
, the function integrates them into total values (kW).
This is a function to be invoked on groups of hourly power data on a day level.
Integration is performed by summing up area of trapezia formed by consecutive power values. Height of trapezia is given by the time lag between two power values, its bases are given by the two consecutive power values.
1 | dailyPower(dayData)
|
dayData |
a |
a summary data.frame
of total power bound with columns from daydata
whose name start with "year"
Marco Bascietto marco@bascietto.name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.