multiple_station_map: Mapping function used by the server module...

Description Usage Arguments Value Examples

View source: R/mapping_functions.R

Description

Mapping function used by the server module "mapModule_polygonFeature"

Usage

1
2
3
4
multiple_station_map(stations, selected_regine_main = NULL,
  selected_name = NULL, selected_long = NULL, selected_lat = NULL,
  single_poly = FALSE, variable2plot = "Ingen", radius_function = TRUE,
  popups = FALSE)

Arguments

stations

It is a global variable in the Shiny App but is included here as a parameter for general use. See global.R for the data preparation

selected_regine_main
selected_name
selected_long
selected_lat
single_poly
variable2plot
radius_function
popups

Value

map Returns a leaflet map to the "mapModule_polygonFeature" server module

Examples

1
2
See use in the "mapModule_polygonFeature" module
output$map <- renderLeaflet(multiple_station_map(stations, single_poly = FALSE, variable2plot = input$variable, popups = input$popups))

NVE/Flood_forecasting documentation built on May 7, 2019, 6:04 p.m.