{"id":13426126,"url":"https://github.com/JohnCoene/grapher","last_synced_at":"2025-03-15T21:30:45.104Z","repository":{"id":36030561,"uuid":"216019677","full_name":"JohnCoene/grapher","owner":"JohnCoene","description":"✍️ Large interactive graphs","archived":false,"fork":false,"pushed_at":"2023-01-05T00:45:24.000Z","size":17251,"stargazers_count":95,"open_issues_count":19,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-27T21:48:29.348Z","etag":null,"topics":["network","ngraph","r","rstats"],"latest_commit_sha":null,"homepage":"https://grapher.network","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JohnCoene.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":"FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"JohnCoene"}},"created_at":"2019-10-18T12:31:39.000Z","updated_at":"2024-11-20T20:33:17.000Z","dependencies_parsed_at":"2023-01-16T12:15:54.885Z","dependency_job_id":null,"html_url":"https://github.com/JohnCoene/grapher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fgrapher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fgrapher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fgrapher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fgrapher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnCoene","download_url":"https://codeload.github.com/JohnCoene/grapher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243792286,"owners_count":20348607,"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":["network","ngraph","r","rstats"],"created_at":"2024-07-31T00:01:26.951Z","updated_at":"2025-03-15T21:30:45.099Z","avatar_url":"https://github.com/JohnCoene.png","language":"JavaScript","funding_links":["https://github.com/sponsors/JohnCoene"],"categories":["JavaScript","Visualization"],"sub_categories":["Network and Graph Data"],"readme":"\u003cdiv align=\"center\"\u003e\n\n[![](/man/figures/cran.png)](https://shiny.john-coene.com/cran/)\n\n# grapher\n\nCreate 3D interactive graphs.\n\n\u003c!-- badges: start --\u003e\n[![Travis build status](https://travis-ci.org/JohnCoene/grapher.svg?branch=master)](https://travis-ci.org/JohnCoene/grapher)\n[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/JohnCoene/grapher?branch=master\u0026svg=true)](https://ci.appveyor.com/project/JohnCoene/grapher)\n[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://graph.network)\n\u003c!-- badges: end --\u003e\n\n[Website](https://grapher.network) | [Install](https://grapher.network/docs/install) | [Get Started](https://grapher.network/docs/get-started) | [Blog](https://grapher.network/blog/)\n\n\u003c/div\u003e\n\n## Usage\n\n{grapher} works hand-in-hand with most graph objects.\n\n```r\nlibrary(grapher)\n\ng \u003c- make_data(50) # mock data\n\n# from a list\ngraph(g)\n\n# from igraph\nig \u003c- igraph::make_ring(10)\ngraph(ig)\n\n# from tidygraph\ntbl_graph \u003c- tidygraph::create_ring(20)\ngraph(tbl_graph)\n\n# from gexf\ngraph(\"http://gephi.org/datasets/LesMiserables.gexf\")\n\n# from dot file\nfl \u003c- system.file(\"example/dotfile.gv\", package = \"grapher\")\ngraph(fl)\n\n# from single data.frame\n# assumes they are links\ngraph(g$links)\n\n# from data.frames\n# pass only links\ngraph() %\u003e% \n  graph_links(g$links, source, target)\n\n# pass nodes and links\ngraph() %\u003e% \n  graph_nodes(g$nodes, id) %\u003e% \n  graph_links(g$links, source, target)\n```\n\n## Installation\n\nSimply use the `remote` or `devtools`.\n\n``` r\n# install.packages(remotes)\nremotes::install_github(\"JohnCoene/grapher\")\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJohnCoene%2Fgrapher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJohnCoene%2Fgrapher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJohnCoene%2Fgrapher/lists"}