-
Notifications
You must be signed in to change notification settings - Fork 108
/
_pkgdown.yml
110 lines (99 loc) · 2.62 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
url: https://scales.r-lib.org/
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="scales.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
reference:
- title: Axis labels
desc: >
Use these functions with the `labels` argument to ggplot2 scales to
control the formatting of axis labels and legend keys.
contents:
- starts_with("label_")
- matches("format")
- compose_label
- number_options
- title: Axis breaks
desc: >
Use these functions with the `breaks` argument to ggplot2 scales to
control the position of axis breaks and values of legend keys.
contents:
- starts_with("breaks_")
- minor_breaks_width
- minor_breaks_log
- title: "Bounds: ranges & rescaling"
desc: >
Functions for rescaling data and adjusting scale ranges.
contents:
- rescale
- rescale_max
- rescale_mid
- rescale_none
- rescale_pal
- matches("range")
- squish
- squish_infinite
- expand_range
- discard
- censor
- title: Transformations
desc: >
Functions to describe common and custom scale transformations
their inverses, and ways of generating breaks and labels.
contents:
- matches("trans")
- title: "Colour palettes & colour mapping"
desc: >
Functions for specifying colour palettes, colour mapping, and
various helper functions.
contents:
- brewer_pal
- dichromat_pal
- div_gradient_pal
- gradient_n_pal
- grey_pal
- hue_pal
- seq_gradient_pal
- rescale_pal
- viridis_pal
- contains("col")
- muted
- alpha
- get_palette
- title: Non-colour palette functions
desc: >
Functions to help scale non-colour aesthetics.
contents:
- abs_area
- area_pal
- identity_pal
- linetype_pal
- manual_pal
- rescale_pal
- shape_pal
- title: Creating your own scales and mutable ranges
desc: >
Scales control the details of how data values are translated to visual
properties. The following functions help users create (and update)
custom scales: pulling together palettes, bounding functions and
transformations to provide a complete pathway from raw data to perceptual
properties.
contents:
- cscale
- dscale
- starts_with("train_")
- Range
news:
releases:
- text: "Version 1.3.0"
href: https://www.tidyverse.org/blog/2023/11/scales-1-3-0/
- text: "Version 1.2.0"
href: https://www.tidyverse.org/blog/2022/04/scales-1-2-0/
- text: "Version 1.1.0"
href: https://www.tidyverse.org/blog/2019/11/scales-1-1-0/
- text: "Version 1.0.0"
href: https://www.tidyverse.org/blog/2018/08/scales-1-0-0/