/r-visualization-charts

This repo contains the code for a static and an interactive version of a bubble plot in R.

Primary LanguageHTML

r-visualization-charts

Table of Contents

Introduction

This repo contains the code for a static and an interactive version of a bubble plot in R. The dataset used (nations.csv) is provided in the repo too.

Pre-requisites

  1. You need to have R Studio installed in your machine to run this code. If you have not installed the program, find installation instructions here.

Installation

  1. Fork this repo to your computer
  2. Install all the packages in the requirements.txt file to R Studio. You can install packages in R Studio using this guide

Usage

  1. Open R Studio
  2. To view the static visualization, open the file Static Bubble Plot.R in R Studio and run it
  3. To view the interactive visualization, open the file Interactive Bubble Plot.R in R Studio and run it

Contributions

Contributions are welcome using pull requests. To contribute, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>
  3. Make your changes to relevant file(s)
  4. Check status of your commits: git status
  5. Add and commit file(s) to the repo using: git add <file(s)> git commit -m "<message>"
  6. Push repo to Github: git push origin <branch_name
  7. Create the pull request. See the GitHub documentation on creating a pull request.

Bug / Feature Request

If you find a bug (the visualizations gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

Authors

github follow

See also the list of Contributors who participated in this project.