Skip to content

kcha/colour_bar_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Colour Bar Builder App

A Shiny app that generates custom colour bars.

The R code to plot colour bars was adapted from here. The colour picker input panel is from shinyjs.

Demo: https://kcha.shinyapps.io/colour_bar_builder

Screenshot

Usage

To start the app on your local machine, RColorBrewer and shinyjs needs to be installed first, if not already:

install.packages("RColorBrewer")
install.packages("shinyjs")

Then to start the app:

shiny::runGitHub('colour_bar_builder', 'kcha')

About

A Shiny app for creating custom colour bars ๐ŸŒˆ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages