sidebarLoading: Sidebar menu selection in the 'climex' app

Description Usage Arguments Details Value Author(s) See Also

Description

Sidebar menu selection.

Usage

1
sidebarLoading(session, selectDataBase, radioEvdStatistics)

Arguments

session

Namespace session. For details check out http://shiny.rstudio.com/articles/modules.html

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.

radioEvdStatistics

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

Details

Provides the fourth 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 shape parameter for the GEV or NULL for the GP distribution. Else it will be a file input for the user to load additional station data.

Value

renderMenu

Author(s)

Philipp Mueller

See Also

Other sidebar: data.selection, sidebarCleaningInput, sidebarCleaning, sidebarDataBaseInput, sidebarDataBase, sidebarDataSourceInput, sidebarDataSource, sidebarDataTypeInput, sidebarDataType, sidebarImprintInput, sidebarImprint, sidebarLoadingGifOutput, sidebarLoadingGif, sidebarLoadingInput, sidebarSeriesLengthInput, sidebarSeriesLength


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