File tree Expand file tree Collapse file tree 3 files changed +37
-37
lines changed Expand file tree Collapse file tree 3 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 14
14
# ' \describe{
15
15
# ' \item{RandCatPal}{
16
16
# ' \itemize{
17
- # ' \item #61c6c6
18
- # ' \item #ce8644
19
- # ' \item #c1536b
20
- # ' \item #595a5a
21
- # ' \item #e2c755
22
- # ' \item #597cbe
23
- # ' \item #45aF84
24
- # ' \item #7995a5
25
- # ' \item #af61a7
17
+ # ' \item #8a02fd
18
+ # ' \item #191351
19
+ # ' \item #951195
20
+ # ' \item #fdbbbd
21
+ # ' \item #7982dd
22
+ # ' \item #eb98ff
23
+ # ' \item #ecf100
24
+ # ' \item #b1f4fd
25
+ # ' \item #ccff89
26
26
# ' }
27
27
# ' }
28
28
# ' \item{RandGrayPal}{
85
85
# ' @rdname rand_pal
86
86
# ' @export
87
87
RandCatPal <- c(
88
- " #61c6c6 " ,
89
- " #ce8644 " ,
90
- " #c1536b " ,
91
- " #595a5a " ,
92
- " #e2c755 " ,
93
- " #597cbe " ,
94
- " #45aF84 " ,
95
- " #7995a5 " ,
96
- " #af61a7 "
88
+ " #8a02fd " ,
89
+ " #191351 " ,
90
+ " #951195 " ,
91
+ " #fdbbbd " ,
92
+ " #7982dd " ,
93
+ " #eb98ff " ,
94
+ " #ecf100 " ,
95
+ " #b1f4fd " ,
96
+ " #ccff89 "
97
97
)
98
98
99
99
# ' @rdname rand_pal
Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ This package also contains a categorical palette and a palette of sequential sha
48
48
##### ` RandCatPal `
49
49
` RandCatPal ` includes various colors that are suitable for showing discrete, qualitative values:
50
50
51
- - ` #61c6c6 `
52
- - ` #ce8644 `
53
- - ` #c1536b `
54
- - ` #595a5a `
55
- - ` #e2c755 `
56
- - ` #597cbe `
57
- - ` #45aF84 `
58
- - ` #7995a5 `
59
- - ` #af61a7 `
51
+ - ` #8a02fd `
52
+ - ` #191351 `
53
+ - ` #951195 `
54
+ - ` #fdbbbd `
55
+ - ` #7982dd `
56
+ - ` #eb98ff `
57
+ - ` #ecf100 `
58
+ - ` #b1f4fd `
59
+ - ` #ccff89 `
60
60
61
61
##### ` RandGrayPal `
62
62
` RandGrayPal ` includes all of the grays that are used in RAND charts, plus additional grays for completeness:
@@ -81,7 +81,7 @@ scale_color_manual(values = RandGrayPal)
81
81
Access specific colors from randplot's palettes like this:
82
82
83
83
``` r
84
- RandCatPal [1 ] # Returns the first color in RandCatPal, #61c6c6
84
+ RandCatPal [1 ] # Returns the first color in RandCatPal, #8a02fd
85
85
RandGrayPal [1 : 3 ] # Returns the first through third colors of RandGrayPal.
86
86
```
87
87
You can’t perform that action at this time.
0 commit comments