ModifyNetwork: Server Module for Network Modification

Description Usage Arguments Value

View source: R/ModifyNetwork.R

Description

This Module provides server logic object for Network Modification.

Usage

1
2
ModifyNetwork(input, output, session, parentSession, network,
  mutations.all, mutations.params)

Arguments

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.

Value

A list holding reactive objects for the current collection of mutation operators and the modified network.


rictheric/tspgui documentation built on Feb. 13, 2021, 6:28 p.m.