Search notes:

R function: col2rgb

#
#     See also -> rgb()
#


col2rgb("blue")
#       [,1]
# red      0
# green    0
# blue   255

cat ("\n\n")

col2rgb("yellow")
#       [,1]
# red    255
# green  255
# blue     0


cat ("\n\n")

col2rgb(c('snow', 'orchid1', 'lightyellow'))
#       [,1] [,2] [,3]
# red    255  255  255
# green  250  131  255
# blue   250  250  224
Github repository about-r, path: /functions/col2rgb.R

See also

rgb, colors
R functions for colors
Index to (some) R functions

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1745520719, '3.138.112.77', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/R/functions/col2rgb(70): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78