Package index
-
.string_to_list_of_vectors()
- Parse a string indicating a set of vectors to a list of vectors.
-
.string_to_vector()
- Parse a string delimited by commas, whitespace, or new lines to a vector.
-
createScatterPlotApp()
- Create an example Modular scatterPlot Shiny Application
-
default_palettes()
- Color palette options for palettePicker
-
organize_inputs()
- Organize arbitrary Shiny inputs into a grid layout
-
scatterPlotInputsUI()
- Input UI components for the scatterPlot module
-
scatterPlotOutputUI()
- Output UI components for the scatterPlot module
-
scatterPlotServer()
- Server logic for scatterPlot module