egor_vis_app | R Documentation |
egor
Network Visualization AppLaunches an interactive Shiny Web App that creates a list of
igraph
objects from an 'egor' object and offers the user several graphical
means of interacting with the visualization parameters for all networks in
the egor
object.
egor_vis_app(object = NULL, shiny_opts = list(launch.browser = TRUE))
object |
An |
shiny_opts |
A |
This function requires shiny
to be installed.
#if(interactive()){
# data("egor32")
# egor_vis_app(egor32)
#}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.