interpolate_func_2mins: Interpolation function using 2 minute intervals.

Description Usage Arguments Value Examples

Description

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

Usage

1
interpolate_func_2mins(dataframe, var = "PowerActual")

Arguments

dataframe

A dataframe containing a single wind turbine case.

var

The variable to be interpolated in dataframe.

Value

out

A data frame with the new time stamps in the first column and the second column contains 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.