-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_pkgdown.yaml
100 lines (95 loc) · 2.82 KB
/
_pkgdown.yaml
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
title: zFactor
url: https://github.com/f0nzie/zFactor
template:
params:
bootswatch: cerulean
reference:
- title: Standing-Katz chart
desc: ~
contents:
- '`listStandingKatzCurves`'
- '`getStandingKatzCurve`'
- '`getStandingKatzData`'
- '`getStandingKatzMatrix`'
- '`getStandingKatzTpr`'
- '`multiplotStandingKatz`'
- title: Correlations
desc: ~
contents:
- '`get_z_correlations`'
- '`z.HallYarborough`'
- '`z.BeggsBrill`'
- '`z.DranchukAbuKassem`'
- '`z.DranchukPurvisRobinson`'
- '`z.Shell`'
- '`z.Ann10`'
- '`z.Papp`'
- title: Statistics
desc: ~
contents:
- '`z.stats`'
- '`z.stats_quantile`'
- '`stats_of_z.stats`'
- title: Datasets
desc: ~
contents:
- '`sk_short`'
- '`dak_short`'
- '`dpr_short`'
- '`hy_short`'
- '`z_HY`'
- '`z_hy_deriv`'
- '`z_sk_chart`'
- '`DAK.genDataset7p4t`'
- '`DPR.genDataset7p4t`'
- '`HY.genDataset7p4t`'
- '`SK.genDataset7p4t`'
- title: Internal functions and helpers
desc: ~
contents:
- '`convertStringToVector`'
- '`isValid_correlation`'
- '`createTidyFromMatrix`'
- title: Other
desc: ~
contents:
- '`Ppr_min`'
navbar:
type: inverse
left:
- icon: fa-home
href: index.html
- text: "Vignettes"
menu:
- text: Selecting the Correlation
href: articles/correlation_selection.html
- text: Measuring errors in calculating z
href: articles/statistics.html
- text: Standing-Katz chart
href: articles/StandingKatz_chart.html
- text: Plot Stand-Katz curves
href: articles/Plot_StandingKatz_lp.html
- text: Hall-Yarborough correlation
href: articles/Hall-Yarborough.html
- text: Beggs and Brill correlation
href: articles/Beggs-Brill.html
- text: Dranchuk-AbouKassem correlation
href: articles/Dranchuk-AbouKassem.html
- text: Dranchuk-Purvis-Robinson correlation
href: articles/Dranchuk-Purvis-Robinson.html
- text: Shell correlation
href: articles/Shell.html
- text: Artificial Neural Networks
href: articles/Ann10.html
- text: Papp correlation
href: articles/Papp.html
right:
- text: "News"
icon: fa-newspaper-o
href: news/index.html
- text: "functions"
icon: fa-file-code-o
href: reference/index.html
- text: "github"
icon: fa-github fa-lg
href: https://github.com/f0nzie/zFactor