Description Usage Arguments Details Value Author(s) See Also
Reactive value selecting an individual time series.
1 2 3 4 | data.selection(reactive.chosen, selectDataSource, selectDataBase,
sliderThreshold, radioEvdStatistics, sliderArtificialDataLocation,
sliderArtificialDataScale, sliderArtificialDataShape, reactive.redrawing,
sliderSeriesLength)
|
reactive.chosen |
Reactive value containing a list of the
list of all provided stations and a |
selectDataSource |
Menu output in the sidebar. It is a
|
selectDataBase |
Character (select) input to determine the
data source. It is either of one of the names of the provided
list in the |
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. |
radioEvdStatistics |
Character (radio) input determining whether the GEV or GP distribution shall be fitted to the data. Choices: c( "GEV", "GP" ), default = "GEV". |
sliderArtificialDataLocation |
Numerical (slider) input
providing the location parameter to generate an artificial time
series. If |
sliderArtificialDataScale |
Numerical (slider) input
providing the scale parameter to generate an artificial time
series. If |
sliderArtificialDataShape |
Numerical (slider) input
providing the shape parameter to generate an artificial time
series. If |
reactive.redrawing |
Reactive event triggering whenever the
user presses the Draw button displayed when
|
sliderSeriesLength |
Numerical slider determining the length
of an artificial time series. This one will only be present when
|
According to the choice in selectDataBase
an
artificial time series will be sampled or one from a database
will be selected. For the latter one the reactive value
data.chosen
will be constulted. The length of
the generated time series is determined by the
sliderSeriesLength
.
Reactive value containing a xts class time series.
Philipp Mueller
Other sidebar: sidebarCleaningInput
,
sidebarCleaning
,
sidebarDataBaseInput
,
sidebarDataBase
,
sidebarDataSourceInput
,
sidebarDataSource
,
sidebarDataTypeInput
,
sidebarDataType
,
sidebarImprintInput
,
sidebarImprint
,
sidebarLoadingGifOutput
,
sidebarLoadingGif
,
sidebarLoadingInput
,
sidebarLoading
,
sidebarSeriesLengthInput
,
sidebarSeriesLength
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.