-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
43 lines (41 loc) · 1.21 KB
/
_pkgdown.yml
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
url: https://nhs-south-central-and-west.github.io/scwplot/
template:
bootstrap: 5
navbar:
structure:
right: [github]
components:
github:
icon: fa-github
href: https://github.com/NHS-South-Central-and-West/scwplot
aria-label: GitHub
reference:
- title: Plot Basics
contents:
- finalise_plot
- title: Theme
desc: >
Style ggplot figures using an SCW theme.
contents:
- starts_with("theme")
- title: Colour Scales
desc: >
Distinguish how colour is used to represent data values visually. Use
`scale_*_sequential()` to encode numerical information that has a
natural order (where data can be ordered from high to low, or vice versa),
`scale_*_diverging()` to encode numerical information that is ordered and
has a meaningful midpoint (for example, scales in a survey), and
`scale_*_qualitative()` to encode categories that have no natural order.
contents:
- starts_with("scale")
- title: Colour Palettes
contents:
- starts_with("pal")
- title: Plot Images
desc: >
Incorporate images into plot figures.
contents:
- ends_with("images")
- title: Format Labels
contents:
- add_commas