Description Usage Arguments Value
View source: R/ModifyNetwork.R
This Module provides server logic object for Network Modification.
1 2 | ModifyNetwork(input, output, session, parentSession, network,
mutations.all, mutations.params)
|
input |
Shiny input object. |
output |
Shiny output object. |
session |
Shiny session object. |
parentSession |
Shiny session object of parent session. |
network |
A reactive object that holds a TSP instance of class "Network". |
mutations.all |
Helper object that holds mutation names and description texts. |
mutations.params |
Helper object that holds mutation names and param values, i.e. presets, lower and upper constraints. |
A list holding reactive objects for the current collection of mutation operators and the modified network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.