Skip to content

Commit a5bacdc

Browse files
committed
Remove broken link to colour overview
1 parent c59dd15 commit a5bacdc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vignettes/ggplot2-specs.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ This vignette summarises the various formats that grid drawing functions take.
1919
Almost every geom has either colour, fill, or both. Colours and fills can be specified in the following ways:
2020

2121
* 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/>.
22+
colours, which can be listed with `colours()`.
2523

2624
* An __rgb specification__, with a string of the form `"#RRGGBB"` where each of
2725
the pairs `RR`, `GG`, `BB` consists of two hexadecimal digits giving a value

0 commit comments

Comments
 (0)