generalExtremeExtraction: Extracting extreme events in the 'climex' app

Description Usage Arguments Details Value Author(s) See Also

Description

Extract the extreme events from a given time series.

Usage

1
2
generalExtremeExtraction(radioEvdStatistics, deseasonalize.interactive,
  selectDeseasonalize, buttonMinMax, reactive.selection, selectDataBase)

Arguments

radioEvdStatistics

Character (radio) input determining whether the GEV or GP distribution shall be fitted to the data. Choices: c( "GEV", "GP" ), default = "GEV".

deseasonalize.interactive

Function used to remove seasonality from a given time series. See deseasonalize.interactive

selectDeseasonalize

Character (select) input determining which deseasonalization method should be used to remove the short-range correlations from the provided time series. See deseasonalizeSelectionInput.

buttonMinMax

Character (radio) input determining whether the GEV/GP distribution shall be fitted to the smallest or biggest values. Choices: c( "Max", "Min ), default = "Max".

reactive.selection

Reactive value contains the class xts time series of the selected input or artificially generated data chosen via the sidebar or the leaflet map. data.selection

selectDataBase

Character (select) input to determine the data source. It is either of one of the names of the provided list in the list.data.sources argument of the climex function or Artificial data. In case of the latter choice, the function data.selection will provide a reactive object containing random numbers drawn from the distribution specified using radioEvdStatistics. Default = a random element of the provided input.

Details

Provides a slider input to determine either the block length (in case of the GEV distribution) or the height of the threshold (GP).

Value

renderMenu

Author(s)

Philipp Mueller

See Also

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


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