identify_WTs_func: Identifies the wind turbines if several unit IDs appear.

Description Usage Arguments Value Examples

Description

Identifies the wind turbines if there are several unit IDs, and returns the same data in a list containing data frames for each unit ID, and the time stamps are converted to POSIXct class.

Usage

1
identify_WTs_func(dataframe, id = names(dataframe[1]))

Arguments

dataframe

A data frame containing the data from condition monitoring. The data frame should contain a column with unit IDs.

id

The name as a character of the column with unit IDs.

Value

out

The data in dataframe sorted by id into a list containing data frames, one for each wind turbine. Tthe number of wind turbines in dataframe are printet.

Examples

1
identify_WTs_func(data, id = "UnitID")

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