Skip to content

Package to generate circular hierarchical edge bundling graphs to represent metanetworks

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

inSilecoInc/metanetwork

Repository files navigation

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()

About

Package to generate circular hierarchical edge bundling graphs to represent metanetworks

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published