A bullet graph is a variation of a bar graph developed by Stephen Few. Seemingly inspired by the traditional thermometer charts and progress bars found in many dashboards, the bullet graph serves as a replacement for dashboard gauges and meters (Wikipedia). The intention of this project is to create a function that anyone can use and pass simple parameters like target and measures to generate a fully customizable bullet chart that can be used in the code like any other ggplot chart type.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To execute this project, you will need the following applications -
R packages: ggplot2
You can import the program in your R project using include('Bulletgraph.R', local=TRUE)
and use all the defined functions.
This section will be updated as the project is developed.
Project work in progress and will be constantly updated.
Git is used for project versioning.
Anirban Pal