egor_vis_app {egor} | R Documentation |
egor
Network Visualization App
Description
Launches 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.
Usage
egor_vis_app(object = NULL, shiny_opts = list(launch.browser = TRUE))
Arguments
object |
An |
shiny_opts |
A |
Note
This function requires shiny
to be installed.
Examples
#if(interactive()){
# data("egor32")
# egor_vis_app(egor32)
#}
[Package egor version 1.24.2 Index]