powered by
egor
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.
igraph
egor_vis_app(object = NULL, shiny_opts = list(launch.browser = TRUE))
An egor object.
A list of arguments to be passed to shiny::shinyApp()'s options argument.
list
shiny::shinyApp()
# NOT RUN { if(interactive()){ data("egor32") egor_vis_app(egor32) } # }
Run the code above in your browser using DataLab