-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
48 lines (48 loc) · 1.42 KB
/
Copy path_pkgdown.yml
File metadata and controls
48 lines (48 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
destination: docs
figures:
dev: ragg::agg_png
fig.height: 8
fig.width: 8
fig.retina: 2
dpi: 96
template:
bootstrap: 5
bootswatch: cosmo
url: https://jmw86069.github.io/colorjam/
reference:
- title: Core colorjam functions
desc: Most frequently used colorjam functions
contents:
- has_concept("colorjam core")
- title: Colorjam gradients
desc: Functions to create and manipulate linear and divergent color gradients
contents:
- has_concept("colorjam gradients")
- title: Colorjam assignment
desc: Functions that assign colors to numeric vector or matrix data, or to character vectors
contents:
- has_concept("colorjam assignment")
- title: Colorjam ggplot2 functions
desc: Functions that apply colorjam to ggplot2 objects
contents:
- has_concept("colorjam ggplot2")
- title: Colorjam data
desc: Jam linear and divergent gradient data
contents:
- has_concept("colorjam data")
- title: Colorjam display
desc: Functions to display colors for visual review
contents:
- has_concept("colorjam display")
- title: Colorjam hue warp
desc: Custom color wheel functions, mostly internal use by colorjam.
contents:
- has_concept("colorjam hue warp")
- title: Colorjam R-shiny App
desc: Colorjam R-shiny App
contents:
- has_concept("colorjam R-shiny functions")
- title: Colorjam internal functions
desc: Functions to be removed or hidden in future versions
contents:
- has_concept("colorjam internal")