{"id":13857397,"url":"https://github.com/R-CoderDotCom/cyberpunk","last_synced_at":"2025-07-13T21:32:25.619Z","repository":{"id":208260685,"uuid":"318209040","full_name":"R-CoderDotCom/cyberpunk","owner":"R-CoderDotCom","description":"A function to create cyberpunk-style graphs with R based on ggplot2","archived":false,"fork":false,"pushed_at":"2020-12-25T17:44:13.000Z","size":23,"stargazers_count":26,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-13T23:32:13.739Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/R-CoderDotCom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-12-03T13:51:59.000Z","updated_at":"2024-04-30T04:40:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3fb4031-4ab9-4588-8a2b-c8bfd6168412","html_url":"https://github.com/R-CoderDotCom/cyberpunk","commit_stats":null,"previous_names":["r-coderdotcom/cyberpunk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-CoderDotCom%2Fcyberpunk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-CoderDotCom%2Fcyberpunk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-CoderDotCom%2Fcyberpunk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-CoderDotCom%2Fcyberpunk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R-CoderDotCom","download_url":"https://codeload.github.com/R-CoderDotCom/cyberpunk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225920302,"owners_count":17545466,"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-05T03:01:35.538Z","updated_at":"2024-11-22T15:30:36.425Z","avatar_url":"https://github.com/R-CoderDotCom.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# cyberpunk R package\u003cimg width = 150px height = 150px src=\"https://user-images.githubusercontent.com/67192157/101294474-c70f3d00-3817-11eb-81a2-fae3039ed6d0.png\" align=\"right\" /\u003e\nA function to create cyberpunk-style graphs with R based on ggplot2\n\n**Important note**: the final aim of this project is to provide new ggplot2 geoms and themes based on this style. At this moment the project is just a preview (a ggplot2 wrapper actually). If you like this type of charts check also [ggCyberPunk](https://github.com/delabj/ggCyberPunk)\n\n# Installation\n\n```r\n# Install the development version from GitHub:\n# install.packages(\"devtools\")\ndevtools::install_github(\"R-CoderDotCom/cyberpunk\")\n```\n\n\n# Line chart\n```r\nmy_df \u003c- data.frame(x = c(4, 5, 5, 7, 9, 8, 6, 7),\n                    z = c(1, 1.5, 4, 3, 5, 6, 4.5, 5))\ncyber_lines(x = 0:7,\n           df = my_df,\n           area = TRUE,\n           glow = TRUE,\n           bg.col = \"black\",\n           grid.col = rgb(1, 1, 1, 0.1),\n           main = \"Cyberpunk\")\n```\n\u003cp style = \"align-text: center\"\u003e\u003cimg src = \"https://user-images.githubusercontent.com/67192157/101294633-07bb8600-3819-11eb-8510-8acb2692efab.png\"\u003e\u003c/img\u003e\u003c/p\u003e\n\n# Bar chart\n```r\n# Data\ndf \u003c- data.frame(x = c(\"A\",\"B\",\"C\",\"D\"),\n                 y = c(1:4))\n\n# Barplot\ncyber_bars(df, area = FALSE, bg.col = \"black\")\n```\n\n\u003cp style = \"align-text: center\"\u003e\u003cimg src = \"https://user-images.githubusercontent.com/67192157/101295277-ef4d6a80-381c-11eb-8053-fb90bc031e5e.png\"\u003e\u003c/img\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FR-CoderDotCom%2Fcyberpunk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FR-CoderDotCom%2Fcyberpunk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FR-CoderDotCom%2Fcyberpunk/lists"}