Learn R Programming

bReeze (version 0.2-2)

cleanInt: Internal function for clean

Description

Internal function for clean

Usage

cleanInt(dat, v.avg.min, v.avg.max, dir.clean, turb.clean, icing, rep, n.rep)

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.

encoding

UTF-8

See Also

clean