Interactive color picker, using locator()
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
I mostly wrote this just to see how locator() works, and ended up making an HCL color picker, so you can make your own visually offensive rainbow color palettes! Or, you can make your own nice color palettes. It is up to you.
Essentially, this script generates a fair number of color points in HCL space, allows you to click on them in any sequence you desire, and produces a color palette from your selections. Below is one of the infinite hideous possibilities:
I don’t have a lot of experience with locator(), but do be advised that its behavior seems to vary across GUIs/IDEs. For example, in RStudio you end the input session by typing [ESC], while in the standard Windows GUI, you seem to have to right-click and select Stop from the pop-up menu. Your mileage may vary.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.