https://github.com/kcha/colour_bar_builder
A Shiny app for creating custom colour bars 🌈
https://github.com/kcha/colour_bar_builder
colours shiny visualization
Last synced: 3 months ago
JSON representation
A Shiny app for creating custom colour bars 🌈
- Host: GitHub
- URL: https://github.com/kcha/colour_bar_builder
- Owner: kcha
- Created: 2015-11-29T20:55:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T17:03:44.000Z (over 8 years ago)
- Last Synced: 2025-03-29T03:13:21.812Z (6 months ago)
- Topics: colours, shiny, visualization
- Language: R
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colour Bar Builder App
A Shiny app that generates custom colour bars.
The R code to plot colour bars was adapted from [here](http://www.colbyimaging.com/wiki/statistics/color-bars).
The colour picker input panel is from [shinyjs](https://github.com/daattali/shinyjs).Demo: https://kcha.shinyapps.io/colour_bar_builder

## Usage
To start the app on your local machine, `RColorBrewer` and `shinyjs` needs to be
installed first, if not already:
```r
install.packages("RColorBrewer")
install.packages("shinyjs")
```Then to start the app:
```r
shiny::runGitHub('colour_bar_builder', 'kcha')
```