View source: R/network_utils.R
generate_network | R Documentation |
Create a CaPO4 network taking nodes and edges as inputs
generate_network(nodes, edges, usephysics = FALSE, isMobile)
nodes |
A dataframe of nodes provided by generate_nodes. |
edges |
A dataframe of edges provided by generate_edges. |
usephysics |
Whether to use physic. FALSE by default. A visNetwork API parameter. |
isMobile |
Shiny input checking if the app is running on a cellphone/tablet. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.