interpolate_func_2mins_identified: Interpolation of identified data frame using 2 minute...

Description Usage Arguments Value Examples

Description

The interpolation of several wind turbines with an interval length of 2 minutes. If there are intervals larger than 10 minuttes the missing data no interpolation is done and NAs are added.

Usage

1
interpolate_func_2mins_identified(dataframes, var = "PowerActual")

Arguments

dataframes

A list of data frames as a result of the identified function with several wind turbines.

var

The variable to be interpolated in dataframes.

Value

out

A data frame with the new time stamps in the first column and the next columns, one for each wind turbine, contain interpolated var using 2 minute intervals.

Examples

1
interpolate_func_2mins(data, var = "GeneratorSpeed")

hannea/monitor documentation built on May 17, 2019, 2:28 p.m.