{"id":20164323,"url":"https://github.com/stephenombuya/data-visualization-with-r","last_synced_at":"2025-10-29T03:49:39.833Z","repository":{"id":256662330,"uuid":"856061031","full_name":"stephenombuya/Data-Visualization-with-R","owner":"stephenombuya","description":"This repository contains R programs that generate various types of charts and plots, commonly used for data visualization. The visualizations include:","archived":false,"fork":false,"pushed_at":"2024-09-11T23:59:44.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T03:13:54.959Z","etag":null,"topics":["bar-charts","data-visualization","plots-in-r","r","scatter-plot"],"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/stephenombuya.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-11T23:24:31.000Z","updated_at":"2024-10-17T22:29:09.000Z","dependencies_parsed_at":"2024-09-12T09:54:44.992Z","dependency_job_id":null,"html_url":"https://github.com/stephenombuya/Data-Visualization-with-R","commit_stats":null,"previous_names":["stephenombuya/data-visualization-with-r"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stephenombuya/Data-Visualization-with-R","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenombuya%2FData-Visualization-with-R","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenombuya%2FData-Visualization-with-R/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenombuya%2FData-Visualization-with-R/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenombuya%2FData-Visualization-with-R/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephenombuya","download_url":"https://codeload.github.com/stephenombuya/Data-Visualization-with-R/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenombuya%2FData-Visualization-with-R/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281556914,"owners_count":26521571,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bar-charts","data-visualization","plots-in-r","r","scatter-plot"],"created_at":"2024-11-14T00:34:00.048Z","updated_at":"2025-10-29T03:49:39.813Z","avatar_url":"https://github.com/stephenombuya.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# R Programs for Data Visualization\n\nThis repository contains R programs that generate various types of charts and plots, commonly used for data visualization. The visualizations include:\n\n1. **Bar Charts**\n2. **Plots**\n3. **Scatterplots**\n4. **Stacked Frequency Bar Charts**\n5. **Stacked Relative Frequency Bar Charts**\n\n## Table of Contents\n\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Bar Charts](https://github.com/stephenombuya/Data-Visualization-with-R/blob/main/Bar%20Chart%20for%20US%20Gov't%20Expenditure%20in%202006.R)\n- [Plots](https://github.com/stephenombuya/Data-Visualization-with-R/blob/main/Scatterplot%20with%20a%20Loess%20Smooth%20Line.R)\n- [Scatterplots](https://github.com/stephenombuya/Data-Visualization-with-R/blob/main/Scatter%20Plot.R)\n- [Stacked Frequency Bar Charts](https://github.com/stephenombuya/Data-Visualization-with-R/blob/main/Stacked%20Frequency%20Bar%20Chart.R)\n- [Stacked Relative Frequency Bar Charts](https://github.com/stephenombuya/Data-Visualization-with-R/blob/main/Stacked%20Relative%20Frequency%20Bar%20Chart.R))\n- [Contributing](#contributing)\n- [License](#license)\n\n---\n\n## Requirements\n\n- R version 3.6 or above\n- The following R packages must be installed for data visualization:\n  - `ggplot2`\n  - `dplyr`\n  - `scales`\n\nYou can install the required libraries using the following commands:\n\n```r\ninstall.packages(\"ggplot2\")\ninstall.packages(\"dplyr\")\ninstall.packages(\"scales\")\n```\n## Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/stephenombuya/Data-Visualization-with-R\n   cd Data-Visualization-with-R\n   ```\n\n2. Open RStudio or your preferred R environment and set the working directory to the project folder.\n\n3. Install the required packages as mentioned in the [Requirements](#requirements) section.\n\n\n## Contributing\n\nContributions are welcome! If you would like to improve or expand on the existing charts, follow these steps:\n\n1. **Fork the repository**.\n\n2. **Create a new branch (git checkout -b feature-branch)**.\n\n3. **Make your changes**.\n\n4. **Commit your changes (git commit -m 'Add new feature')**.\n\n5. **Push to the branch (git push origin feature-branch)**.\n\n6. **Create a pull request**.\n\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/stephenombuya/Data-Visualization-with-R/blob/main/LICENSE) file for details.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenombuya%2Fdata-visualization-with-r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephenombuya%2Fdata-visualization-with-r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenombuya%2Fdata-visualization-with-r/lists"}