Data Science Desktop Survival Guide
by Graham Williams |
|||||
Colour Names |
20200608
R provides a collection of predefined named colours as returned by grDevices::colours():
length(colours())
colours() %>% sample(12)
Colours can be selected using epitools::colors.plot() with
locator=
|
as.character(colors.plot(locator=TRUE)$color.names)
|