forked from IndrajeetPatil/ggstatsplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
49 lines (41 loc) · 1.21 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
url: https://indrajeetpatil.github.io/ggstatsplot/
template:
ganalytics: "UA-46037435-2"
params:
docsearch:
api_key: 44345fbe359c5496fbc3955c513333d1
index_name: ggstatsplot
bootswatch: lumen
development:
mode: unreleased
authors:
Indrajeet Patil:
href: https://sites.google.com/site/indrajeetspatilmorality/
reference:
- title: Primary functions
desc: Main functions to use from `ggstatsplot`.
contents:
- starts_with("gg")
- title: Grouped variants of primary functions
desc: Convenience functions to run the main functions repeatedly across all levels of a single grouping variable.
contents:
- starts_with("grouped_")
- title: Reexported functions
desc: Useful functions re-exported from other packages.
contents:
- specify_decimal_p
- title: Graphics helper functions
desc: The `ggplot2` themes and other graphics-related helpers in `ggstatsplot`.
contents:
- starts_with("theme_")
- starts_with("combine")
- title: Data
desc: Datasets included in the package.
contents:
- movies_wide
- movies_long
- Titanic_full
- iris_long
- VR_dilemma
- bugs_wide
- bugs_long