-
Notifications
You must be signed in to change notification settings - Fork 10
/
_pkgdown.yml
109 lines (105 loc) · 2.92 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
destination: ../ggpp-docs
url: https://docs.r4photobiology.info/ggpp/
template:
bootstrap: 5
reference:
- title: Package overview
contents:
- '`ggpp-package`'
- title: Scales
desc: Scales control de mapping of data to aesthetics.
contents:
- scale_continuous_npc
- compute_npcx
- title: Geoms
desc: Geoms, short for geometric objects, describe the type of plot you will produce.
contents:
- annotate
- geom_text_npc
- geom_text_s
- geom_point_s
- geom_x_margin_point
- geom_x_margin_arrow
- geom_x_margin_grob
- geom_quadrant_lines
- geom_plot
- geom_grob
- geom_table
- ttheme_gtdefault
- ttheme_set
- title: Statistics
desc: It is often useful to summarize data before plotting, and that is what these transformations do.
contents:
- stat_dens1d_filter
- stat_dens1d_labels
- stat_dens2d_filter
- stat_dens2d_labels
- stat_quadrant_counts
- stat_panel_counts
- stat_fmt_tb
- stat_apply_group
- title: Positions
desc: Advanced nudge functions
contents:
- position_nudge_to
- position_nudge_center
- position_nudge_line
- position_dodgenudge
- position_stacknudge
- position_jitternudge
- title: Plot creation
desc: Additional ggplot methods
contents:
- ggplot
- title: Fortify or Try
desc: Convert R objects containing observations in other formats into 'tibble' objects suitable for plotting.
contents:
- try_data_frame
- title: Utilities
desc: Utility functions
contents:
- dark_or_light
navbar:
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, github]
components:
intro:
icon: fas fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/aphalo/ggpp/
articles:
text: Cheat sheet and articles
menu:
- text: 'Cheat sheet'
href: ggpp-cheatsheet.pdf
- text: 'Annotations and data labels'
href: articles/grammar-extensions.html
- text: 'Combining repulsion and nudging'
href: articles/nudge-examples.html
tutorials:
text: Resources
menu:
- text: Book 'Learn R - As a Language'
href: https://www.learnr-book.info/
- text: Blog on R by Pedro J. Aphalo
href: https://www.r4photobiology.info/
- text: ------
- text: Package 'ggpmisc'
href: https://docs.r4photobiology.info/ggpmisc/
- text: Package 'ggrepel'
href: https://ggrepel.slowkow.com/
- text: Package 'gginnards'
href: https://docs.r4photobiology.info/gginnards/
- text: Resources about 'ggplot2'
href: https://ggplot2.tidyverse.org/
- text: Other 'ggplot2' extensions
href: https://exts.ggplot2.tidyverse.org/