View source: R/module_isr_plot.R
This module produces a scatterplot with the sales price against a variable selected by the user.
1 | isr_plot_server(input, output, session, dataset, plot1vars, plot2vars)
|
input, output, session |
standard |
dataset |
data frame (non-reactive) with variables necessary for scatterplot |
plot1_vars |
list containing reactive x-variable name (called 'xvar') and y-variable name (called 'yvar') for plot 1 |
plot2_vars |
list containing reactive x-variable name (called 'xvar') and y-variable name (called 'yvar') for plot 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.