Skip to contents

A shiny module that allows the user to input the arguments in order to create a custom plot.

Usage

custom_plot_ui(id)

custom_plot_server(id, custom, data)

Arguments

id

The namespace of the module.

custom

Whether the user wants to make a custom plot.

data

The data that is being plotted.

Value

The server returns a list of validated arguments, along with the inputted plot type.

See also