We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59dd15 commit a5bacdcCopy full SHA for a5bacdc
vignettes/ggplot2-specs.Rmd
@@ -19,9 +19,7 @@ This vignette summarises the various formats that grid drawing functions take.
19
Almost every geom has either colour, fill, or both. Colours and fills can be specified in the following ways:
20
21
* A __name__, e.g., `"red"`. R has `r length(colours())` built-in named
22
- colours, which can be listed with `colours()`. The Stowers Institute
23
- provides a nice printable pdf that lists all colours:
24
- <http://research.stowers.org/mcm/efg/R/Color/Chart/>.
+ colours, which can be listed with `colours()`.
25
26
* An __rgb specification__, with a string of the form `"#RRGGBB"` where each of
27
the pairs `RR`, `GG`, `BB` consists of two hexadecimal digits giving a value
0 commit comments