-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
104 lines (100 loc) · 2.64 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
destination: ../docs/ggpmisc
url: https://docs.r4photobiology.info/ggpmisc/
template:
bootstrap: 5
reference:
- title: Package overview
contents:
- '`ggpmisc-package`'
- title: Scales
desc: Scales control de mapping of data to aesthetics.
contents:
- scale_x_logFC
- scale_colour_logFC
- FC_format
- FC_name
- scale_y_Pvalue
- scale_colour_outcome
- scale_shape_outcome
- outcome2factor
- xy_outcomes2factor
- symmetric_limits
- title: Statistics
desc: It is often useful to summarize data before plotting, and that is what these transformations do.
contents:
- stat_peaks
- stat_poly_line
- stat_poly_eq
- stat_ma_line
- stat_ma_eq
- stat_quant_line
- stat_quant_band
- stat_quant_eq
- stat_correlation
- stat_fit_tb
- stat_fit_tidy
- stat_fit_glance
- stat_fit_augment
- stat_fit_deviations
- stat_fit_residuals
- stat_multcomp
- use_label
- title: Utilities
desc: Low level functions used to build some of the functions above, but possibly useful also in other contexts.
contents:
- sprintf_dm
- plain_label
- coefs2poly_eq
- poly2character
- typeset_numbers
- find_peaks
- coef.lmodel2
- confint.lmodel2
- predict.lmodel2
- check_poly_formula
- keep_tidy
- swap_xy
- title: Changes
desc: List of geometries, statistics and functions moved to package 'gginnards'.
contents:
- Moved
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/ggpmisc/
aria-label: GitHub
articles:
text: User Guide
menu:
- text: 'Fitted-model-based Annotations'
href: articles/model-based-annotations.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 'ggpp'
href: https://docs.r4photobiology.info/ggpp/
- 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/