-
Notifications
You must be signed in to change notification settings - Fork 10
/
_pkgdown.yml
56 lines (56 loc) · 1.08 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
navbar:
structure:
left:
- home
- reference
- articles
- news
right: github
components:
home:
icon: fas fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
template:
params:
ganalytics: UA-123997499-2
url: https://erblast.github.io/easyalluvial/
reference:
- title: Main Plot Functions
desc: ~
contents:
- starts_with("alluvial")
- title: Add Plot Elements
desc: ~
contents:
- starts_with("add_")
- title: Generate Data for Model Response and Partial Dependence Plots
desc: ~
contents:
- starts_with("get_")
- title: Helper Functions - Data Manipulation
desc: ~
contents:
- starts_with("manip_")
- tidy_imp
- check_pkg_installed
- title: Helper Functions - Plotting
desc: ~
contents:
- starts_with("plot_")
- title: Helper Functions - Color Palette
desc: ~
contents:
- starts_with("palette_")
- title: Data Sets
desc: ~
contents:
- mtcars2
- titanic
- quarterly_flights
- quarterly_sunspots