View source: R/networkModule.R
networkCaPO4 | R Documentation |
Create a CaPO4 network
networkCaPO4(
input,
output,
session,
isMobile,
components,
organs,
regulations,
background,
diseases,
organs_nodes_size,
hormones_nodes_size,
organs_edges_size,
hormones_edges_size,
help
)
input |
Shiny inputs |
output |
Shiny Outputs |
session |
Session object. |
isMobile |
Shiny input checking if the app is running on a cellphone/tablet. |
components |
Shiny input CaPO4 component selector. See networkOptions. |
organs |
Shiny input to toggle organs display. See networkOptions. |
regulations |
Shiny input to toggle hormone display. See networkOptions. |
background |
Shiny input background selector. See networkOptions. |
diseases |
Shiny input disease selector. See diseaseSelect. |
organs_nodes_size |
Shiny input for organs node size. See networkOptions. |
hormones_nodes_size |
Shiny input for hormones node size. See networkOptions. |
organs_edges_size |
Shiny input for organs edges size. See networkOptions. |
hormones_edges_size |
Shiny input for hormones edges size. See networkOptions. |
help |
Help input. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.