data.chosen: Choosing a data set in the 'climex' app

Description Usage Arguments Details Value Author(s) See Also

Description

This functions extracts all stations containing more than a specified number of years of data.

Usage

1
data.chosen(selectDataBase, sliderYears, climex.environment)

Arguments

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.

sliderYears

Numerical (slider) input to determine the minimal length (in years) of the time series to be displayed. Minimal value is 0 and maximal is 155, the default value is 65 and the step width is 1.

climex.environment

Environment containing the global variables used within the climex app. Namely the last values displayed in the table and the lists containing the station data.

Details

It uses the current database and returns all stations, which are at least as long as sliderYears.

Value

Reactive list containing a list of all selected stations and their positions.

Author(s)

Philipp Mueller

See Also

Other leaflet: leafletClimexUI, leafletClimex


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