generic plot server
1 2 3 4 5 6 7 8 9 | plot_server(
input,
output,
session,
settings,
get_variable,
generate_plot,
reset_trigger = reactive({ })
)
|
get_variable |
get variable name |
generate_plot |
function to create the plot |
reset_trigger |
reactive function to trigger a reset of the plot options (plot height, legend and font size) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.