Interactive color picker, using locator()

[This article was first published on is.R(), and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
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.

To leave a comment for the author, please follow the link and comment on their blog: is.R().

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.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)