Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 700 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 700 Bytes

metanetwork

Lifecycle: experimental

Package to generate circular hierarchical edge bundling graphs to represent metanetworks

Installation

Package must be installed from GitHub.

install.packages("remotes")
remotes::install_github("inSilecoInc/metanetwork")

How to

Generate the example

library("metanetwork")
metanetwork(
    metanetwork:::nodes,
    metanetwork:::links, 
    focus = c("Species", "Drivers", "Managers"), 
    legend = FALSE,
    export = FALSE
)

Shiny App

library("metanetwork")
run_metanetwork_app()