-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
35 lines (32 loc) · 1.15 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
url: https://brunomioto.github.io/futebolplotR/
template:
bootstrap: 5
params:
ganalytics: G-X2YDJXSDJ1
authors:
Bruno Mioto:
href: https://brunomioto.com.br
Gabriela Junqueira:
href: https://junqueiragaabi.github.io
reference:
- title: Geoms
desc: |
ggplot2 geoms (geometric objects) that create a `layer()`. A layer combines data, aesthetic mapping, a geom (geometric object), a stat (statistical transformation), and a position adjustment.
contents: starts_with("geom_")
- title: Scales
desc: |
Scales control the details of how data values are translated to visual properties. Override the default scales to tweak details like the axis labels or legend keys, or to use a completely different translation from data to aesthetic.
contents: starts_with("scale")
- title: Theme Elements
desc: |
Themes control the display of all non-data elements of the plot. Theme elements can tweak individual settings inside `theme()`.
contents:
- starts_with("element")
- starts_with("theme")
- title: Utilities
desc: |
Various helper functions.
contents:
- clean_team_abbrs
- valid_team_names
- ends_with("team_abbr_mapping")