Skip to contents

A set of shiny modules that allow the user to input a set of arguments depending on the plot type.

Usage

line_graph_ui(id)

line_graph_server(id, data)

scatter_graph_ui(id)

scatter_graph_server(id, data)

histogram_ui(id)

histogram_server(id, data)

smooth_graph_ui(id)

smooth_graph_server(id, data)

area_graph_ui(id)

area_graph_server(id, data)

histogram_ui(id)

histogram_server(id, data)

Arguments

id

The namespace of the module.

data

The data that is being plotted

Value

Each module's server returns a list of validated arguments.