linkedScatterMap: A map with an interactive scatter plot

Description Usage Arguments Value

Description

linkedScatterMap provides a set of functions to build a linked scatter plot-map module. It is currently set up for use in a shinydashboard framework.

linkedScatterMap provides a set of functions to build a linked scatter plot-map module. It is currently set up for use in a shinydashboard framework.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
linkedBarMapSidebarTabUI(id, menu_item_name, tab_name)

linkedBarMapSidebarTabContentUI(id, menu_item_name, tab_name, sp)

linkedBarMapBodyUI(id, tab_name)

linkedBarMap(input, output, session, sp_rx, plotly_event_rx)

linkedScatterMapSidebarTabUI(id, menu_item_name, tab_name)

linkedScatterMapSidebarTabContentUI(id, menu_item_name, tab_name, sp)

linkedScatterMapBodyUI(id, tab_name)

linkedScatterMap(input, output, session, sp_rx, plotly_event_rx)

Arguments

id

The module's unique identifier (to be passed to NS())

menu_item_name

Text to show for the menu item.

tab_name

The name of a tab that this menu item will activate.

data

A dataframe (or an object that can be correctly converted to a dataframe by as.data.frame()) to be visualized as a scatterplot.

cols

Variables ("columns") from the dataframe to be visualized in the scatter plot (the select input boxes map to these parameters).

id

The module's unique identifier (to be passed to NS())

menu_item_name

Text to show for the menu item.

tab_name

The name of a tab that this menu item will activate.

data

A dataframe (or an object that can be correctly converted to a dataframe by as.data.frame()) to be visualized as a scatterplot.

cols

Variables ("columns") from the dataframe to be visualized in the scatter plot (the select input boxes map to these parameters).

Value

Functions ending in 'UI' return a string of HTML. The output types of non-UI functions varies.

Functions ending in 'UI' return a string of HTML. The output types of non-UI functions varies.


tiernanmartin/shmodules documentation built on May 31, 2019, 1:19 p.m.