-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
75 lines (72 loc) · 2.4 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
destination: ../docs/gginnards
url: https://docs.r4photobiology.info/gginnards/
template:
bootstrap: 5
reference:
- title: Package overview
contents:
- '`gginnards-package`'
- title: Geoms
desc: Geoms, short for geometric objects, generate output from data. Contrary to "normal" geoms, these geoms do not render data as graphical elements.
contents:
- geom_debug_panel
- geom_null
- title: Statistics
desc: It is often useful to summarize data before plotting. Contrary to "normal" statistics, the data summaries these statistics return are aimed at debugging.
contents:
- stat_debug_group
- title: Manipulation of layers
desc: Occasionaly it can be useful to edit `gg` objects _breaking_ the usual rules of the _grammar of graphics_ operations such as delete, insert, extract and modify stacking order of layers.
contents:
- delete_layers
- title: Manipulation of embedded data
desc: Automatically delete unused variables, extract attributes, and identify which variables in data are mapped to aestheics or used in a plot.
contents:
- drop_vars
- title: Explore the innards of objects.
desc: Specialization of `str()`. This function complements the `summary()` method from 'ggplot2'.
contents:
- str
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right: github
components:
home:
icon: fas fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/aphalo/gginnards/
articles:
text: User Guide
menu:
- text: '1 Debugging ggplots'
href: articles/user-guide-1.html
- text: '2 Manipulating ggplots'
href: articles/user-guide-2.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 'ggpp'
href: https://docs.r4photobiology.info/ggpp/
- text: Resources about 'ggplot2'
href: https://ggplot2.tidyverse.org/
- text: Other 'ggplot2' extensions
href: https://exts.ggplot2.tidyverse.org/