View source: R/shiny-graph-construction.R
server_graph_construction | R Documentation |
Creates the backend interface for the graph construction module inside the ClustAssess Shiny application.
server_graph_construction(id, chosen_config)
id |
The id of the module, used to acess the UI elements. |
chosen_config |
A reactive object that contains the chosen configuration from the Dimensionality Reduction tab. |
This function should not be called directly, but in the context of the
app that is created using the write_shiny_app
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.