clean.int: Internal function for clean

View source: R/clean.int.R

clean.intR Documentation

Internal function for clean

Description

Internal function for clean

Arguments

dat

Dataset to be cleaned.

v.avg.min

Lower limit for wind speeds as numeric value. Default is 0.4 m/s.

v.avg.max

Upper limit for wind speeds as numeric value. Default is 50 m/s.

dir.clean

If TRUE, faulty wind direction values are excluded. Faulty values are dir.avg<0, dir.avg>360 and dir.avg, where the wind speed is lower than the v.avg.min specified. Default is TRUE.

turb.clean

Wind speed limit for turbulence intensity. Turbulence intesity values are excluded for wind speeds lower then this limit. Default is 4 m/s.

icing

If TRUE, wind direction values are excluded, where standard deviation of wind direction is 0, assuming icing. Default is FALSE.

rep

Signal (or a vector of signals), for which repetitions shall be cleaned.

n.rep

Number of repetitions that shall be cleaned, as integer value – default is 5.

Value

Returns cleaned dataset.

Author(s)

Christian Graul

See Also

clean


chgrl/bReeze documentation built on Feb. 10, 2024, 2:27 a.m.