cleaning.interactive: Cleaning data in the 'climex' app

Description Usage Arguments Details Value Author(s) See Also

Description

Function to get rid of artifacts within the climex app.

Usage

1
2
cleaning.interactive(x.xts, checkboxIncompleteYears, checkboxDecluster,
  sliderThreshold)

Arguments

x.xts

Time series of class xts which has to be cleaned.

checkboxIncompleteYears

Logical (checkbox) input determining whether to remove all incomplete years of a time series. This box will be only available if radioEvdStatistics equals "GEV" and else will be NULL.

checkboxDecluster

Logical (checkbox) input determining whether to remove all clusters in a time series and to replace them by their maximal value. This box will be only available if radioEvdStatistics equals "GP" and else will be NULL.

sliderThreshold

Numerical (slider) input determining the threshold used within the GP fit and the extraction of the extreme events. Boundaries: minimal and maximal value of the deseasonalized time series (rounded). Default: 0.8* the upper end point.

Details

It removes all incomplete years (GEV) or cluster (GP) when the corresponding checkbox is checked.

Value

Time series of class xts.

Author(s)

Philipp Mueller

See Also

Other preprocessing: data.extremes, deseasonalize.interactive, deseasonalizeSelectionInput, deseasonalizeSelection, extremes.interactive, generalButtonMinMaxInput, generalButtonMinMax, generalExtremeExtractionInput, generalExtremeExtraction


theGreatWhiteShark/climexUI documentation built on May 22, 2019, 2:25 p.m.