linkedScatter: A pair scatter plots with linked brushing

Description Usage Arguments Value

Description

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

Usage

1
2
3
4
5
6
7
8
9
linkedScatterSidebarTabUI(id, menu_item_name, tab_name)

linkedScatterSidebarContentUI(id, menu_item_name, tab_name, data)

linkedScatterBodyUI(id, tab_name)

linkedScatter(input, output, session, data)

scatterPlot(data, cols)

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).

Value

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.