scatterPlotApp.Rd
Shiny Scatter Plot App
scatterPlotApp() scatterPlotServer( id, plot_df, x_label = shiny::reactive("x"), y_label = shiny::reactive("y") ) scatterPlotInput(id) scatterPlotOutput(id)
identifier for shiny reactive
reactive data frame containing columns: x, y, and optionally sex, diet, geno
No return value; called for side effects.
Brian S Yandell, brian.yandell@wisc.edu