{"id":13735365,"url":"https://github.com/nredell/chordViz","last_synced_at":"2025-05-08T11:33:04.484Z","repository":{"id":215776456,"uuid":"78398235","full_name":"nredell/chordViz","owner":"nredell","description":"An R package for interactive chord diagrams","archived":false,"fork":false,"pushed_at":"2019-05-26T04:10:36.000Z","size":379,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T03:57:38.453Z","etag":null,"topics":["chord-diagram","d3","htmlwidget","r-package"],"latest_commit_sha":null,"homepage":null,"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/nredell.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,"roadmap":null,"authors":null}},"created_at":"2017-01-09T05:56:13.000Z","updated_at":"2023-03-29T15:15:57.000Z","dependencies_parsed_at":"2024-01-07T21:54:56.831Z","dependency_job_id":null,"html_url":"https://github.com/nredell/chordViz","commit_stats":null,"previous_names":["nredell/chordviz"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nredell%2FchordViz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nredell%2FchordViz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nredell%2FchordViz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nredell%2FchordViz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nredell","download_url":"https://codeload.github.com/nredell/chordViz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253059317,"owners_count":21847262,"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":["chord-diagram","d3","htmlwidget","r-package"],"created_at":"2024-08-03T03:01:06.097Z","updated_at":"2025-05-08T11:33:03.916Z","avatar_url":"https://github.com/nredell.png","language":"JavaScript","funding_links":[],"categories":["Visualization"],"sub_categories":["Network and Graph Data"],"readme":"# Create an Interactive Chord Diagram in R\r\n\r\nThe `chordViz` package, based on the `chorddiag` package (http://github.com/mattflor/chorddiag) and\r\nthe viz.js D3 library (http://github.com/NPashaP/Viz), is an R htmlwidget that allows the user to create\r\ninteractive chord diagrams that emphasize the clarity of directed relationships\r\nbetween groups on hover/mouseover.\r\n\r\n## Example\r\n\r\n```r\r\n# Install and load package.\r\ndevtools::install_github(\"nredell/chordViz\")\r\nlibrary(chordViz)\r\n\r\n# Create an input matrix with random data.\r\nset.seed(224)\r\nm \u003c- matrix(trunc(runif(100, 1, 20)), nrow = 10)\r\n\r\n# Create the chord diagram.\r\nchordViz(m, start = 3/2, groupNames = LETTERS[1:ncol(m)])\r\n```\r\n\r\n## Chord Diagram from chordViz()\r\n\r\n![Chord Diagram](images/chordDiag_1.png)\r\n\r\n## Chord Diagram Hovering Over Group 'A'\r\n\r\n![Chord Diagram Hovering Over Group 'A'](images/chordDiag_2.png)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnredell%2FchordViz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnredell%2FchordViz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnredell%2FchordViz/lists"}