Description Usage Arguments Details Value Author(s) See Also
Sidebar menu selection.
1 2 | sidebarDataSource(selectDataBase, radioEvdStatistics, reactive.chosen,
selected.station)
|
selectDataBase |
Character (select) input to determine the
data source. It is either of one of the names of the provided
list in the |
radioEvdStatistics |
Character (radio) input determining whether the GEV or GP distribution shall be fitted to the data. Choices: c( "GEV", "GP" ), default = "GEV". |
reactive.chosen |
Reactive value containing a list of the
|
selected.station |
Reactive value provided by the
|
Provides the second selection menu in the sidebar.
If selectDataBase, provided by
sidebarDataBase, was set to "Artificial data", the
menu will be a numerical input slider to provide the location
parameter for the GEV or scale parameter for the GP
distribution. Else it will be a drop down menu listing the names
of all available stations (see data.chosen).
renderMenu
Philipp Mueller
Other sidebar: data.selection,
sidebarCleaningInput,
sidebarCleaning,
sidebarDataBaseInput,
sidebarDataBase,
sidebarDataSourceInput,
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.