R/Colors
From QERM Wiki
(Difference between revisions)
(Created page) |
|||
Line 2: | Line 2: | ||
Colors in R can be defined by name ('''blue''', '''black''', '''darkgoldenrod''', '''cornsilk''', etc.) or according to [[Wikipedia:RGB|RGB]] values (decimal or hexadecimal. Here's a link to a very useful R color chart: | Colors in R can be defined by name ('''blue''', '''black''', '''darkgoldenrod''', '''cornsilk''', etc.) or according to [[Wikipedia:RGB|RGB]] values (decimal or hexadecimal. Here's a link to a very useful R color chart: | ||
− | + | ||
− | + | ||
: http://research.stowers-institute.org/efg/R/Color/Chart/ | : http://research.stowers-institute.org/efg/R/Color/Chart/ | ||
==See Also== | ==See Also== | ||
[[R tips]] | [[R tips]] |
Revision as of 22:36, 14 April 2008
Colors
Colors in R can be defined by name (blue, black, darkgoldenrod, cornsilk, etc.) or according to RGB values (decimal or hexadecimal. Here's a link to a very useful R color chart: