{"id":13735381,"url":"https://github.com/garthtarr/edgebundleR","last_synced_at":"2025-05-08T11:33:06.553Z","repository":{"id":29617105,"uuid":"33157643","full_name":"garthtarr/edgebundleR","owner":"garthtarr","description":"Circle plot with bundled edges","archived":false,"fork":false,"pushed_at":"2023-03-23T05:58:14.000Z","size":1837,"stargazers_count":67,"open_issues_count":15,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-28T17:32:43.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://garthtarr.github.io/edgebundleR/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garthtarr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-03-31T01:24:13.000Z","updated_at":"2024-10-09T09:52:26.000Z","dependencies_parsed_at":"2022-07-17T08:18:34.216Z","dependency_job_id":"7ad38b34-433d-4987-88e7-302f2fea6562","html_url":"https://github.com/garthtarr/edgebundleR","commit_stats":{"total_commits":54,"total_committers":4,"mean_commits":13.5,"dds":"0.20370370370370372","last_synced_commit":"30c9a1754d10ca8c72da0d349b4837cf5d94650c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garthtarr%2FedgebundleR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garthtarr%2FedgebundleR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garthtarr%2FedgebundleR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garthtarr%2FedgebundleR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garthtarr","download_url":"https://codeload.github.com/garthtarr/edgebundleR/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224727181,"owners_count":17359532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T03:01:06.250Z","updated_at":"2024-11-15T03:31:47.274Z","avatar_url":"https://github.com/garthtarr.png","language":"JavaScript","funding_links":[],"categories":["Visualization"],"sub_categories":["Network and Graph Data"],"readme":"# Circle plot with bundled edges\n\n[![Travis-CI Build Status](https://travis-ci.org/garthtarr/edgebundleR.svg?branch=master)](https://travis-ci.org/garthtarr/edgebundleR) [![CRAN\\_Status\\_Badge](http://www.r-pkg.org/badges/version/edgebundleR)](http://cran.r-project.org/package=edgebundleR/) [![](http://cranlogs.r-pkg.org/badges/edgebundleR)](http://cran.r-project.org/package=edgebundleR)\n\nThis package allows R users to easily create a hierarchical edge bundle plot.  The underlying D3 code was adapted from  Mike Bostock's examples (see [here](http://bl.ocks.org/mbostock/7607999) or [here](https://mbostock.github.io/d3/talk/20111116/bundle.html)) and the package is based on the [htmlwidgets](https://github.com/ramnathv/htmlwidgets) framework.\n\nMany thanks to [timelyportfolio](https://github.com/timelyportfolio) for some major improvements.\n\n![example graph](edgebundleR-example.png)\n\n## Installation\n\nYou can install `edgebundleR` from Github using the `devtools` package as follows:\n\n```s\n# install.packages(\"devtools\")\ndevtools::install_github(\"garthtarr/edgebundleR\")\n```\n\nOr you can get it on CRAN:\n\n```s\ninstall.packages(\"edgebundleR\")\n```\n\n\n## Usage\n\n```s\nlibrary(edgebundleR)\n```\n\nThe main function in the edgebundleR package is `edgebundle()`.  It takes in a variety of inputs:\n - an igraph object\n - a symmetric matrix, e.g. a correlation matrix or (regularised) precision matrix\n - a JSON file structured with `name` and `imports` as the keys\n\n\nThe result of the `edgebundle()` function is a webpage that is rendered in the RStudio Viewer pane by default, but also may be exported to a self contained webpage, embedded in an Rmarkdown document or used in a Shiny web application.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarthtarr%2FedgebundleR","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarthtarr%2FedgebundleR","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarthtarr%2FedgebundleR/lists"}