-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
63 lines (53 loc) · 1.24 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
url: https://txwri.github.io/twriTemplates/
template:
package: twriTemplates
bootstrap: 5
navbar:
type: dark
bg: dark
structure:
right: [search, github]
reference:
- title: Example data
desc: >
These are example datasets used in the [TWRI r-manual](https://txwri.github.io/r-manual/).
contents:
- dissolved_oxygen
- arroyo_wetland
- easterwood_weather
- mission_aransas_nerr
- neon_stage_discharge
- path_to_file
- uranium_tds
- title: ggplot2 themes
desc: >
Themes control the display of all non-data elements of the plot. Use
`ggplot2::theme()` to tweak individual settings.
contents:
- theme_TWRI_pres
- theme_TWRI_print
- title: Helpers
desc: >
Various helper functions for use with ggplot2.
contents:
- add_TWRI_logo
- ggplot_box_legend
- install_font
- title: Palettes
desc: >
Obtain hex codes and values for the TWRI specified color palette.
contents:
- get_twri_palettes
- starts_with("twri_pal")
- title: rmarkdown templates
desc: >
Templates for use with rmarkdown.
contents:
- twri_docx
- twri_pdf
- title: Scales
desc: >
This package provides a handful of scales for use with color or fill
aesthetics in ggplot2.
contents:
- starts_with("scale_")