-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_pkgdown.yml
120 lines (116 loc) · 3.53 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
111
112
113
114
115
116
117
118
119
destination: ../docs/ggpp
url: https://docs.r4photobiology.info/ggpp/
template:
bootstrap: 5
reference:
- title: Package overview
contents:
- '`ggpp-package`'
- title: Scales
desc: Scales control de mapping of values in data to values of an aesthetic, or the propeerties of the plot's graphic elements.
contents:
- scale_continuous_npc
- compute_npcx
- title: Geoms
desc: Geoms, short for geometric objects, describe the type of plot you will produce. They add a plot layer containing graphic elements representing values in the data,
contents:
- annotate
- geom_text_npc
- geom_text_s
- geom_text_pairwise
- 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, e.g., fiting models or computing means, or modifying the data in some other way.
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
- stat_functions
- title: Positions
desc: It is often useful to displace plot elements away from their original positions to obtain stacked, side-by-side or non-overlapping plot elements.
contents:
- position_nudge_keep
- position_nudge_to
- position_nudge_center
- position_nudge_line
- position_dodgenudge
- position_stacknudge
- position_jitternudge
- title: Plot creation
desc: Additional ggplot methods for specific classes of data objects.
contents:
- ggplot
- title: Helper functions
desc: Additional functions that can be useful when creating plots.
contents:
- dark_or_light
- try_data_frame
- wrap_labels
- title: Example data
desc: Data sets as R objects. The data are used for examples in the documentation.
contents:
- birch.df
- ivy.df
- quadrant_example.df
- volcano_example.df
- weather_18_june_2019.df
navbar:
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, github]
components:
intro:
icon: fas fa-home fa-lg
href: index.html
aria-label: Home
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/
aria-label: GitHub
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/