-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path_pkgdown.yml
More file actions
43 lines (40 loc) · 812 Bytes
/
_pkgdown.yml
File metadata and controls
43 lines (40 loc) · 812 Bytes
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
template:
bootstrap: 5
bootswatch: lux
bslib:
pkgdown-nav-height: 100px
url: https://sachsmc.github.io/plotROC
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
reference:
- title: "Layers"
desc: ggplot2 Layers for ROC curves
contents:
- plotROC
- GeomRoc
- geom_rocci
- StatRoc
- StatRocci
- style_roc
- direct_label
- shiny_plotROC
- export_interactive_roc
- title: "Calculations"
desc: Internal and other calculations
contents:
- calc_auc
- melt_roc
- verify_d
- title: "Deprecated functions"
desc: No need to use these anymore
contents:
- ggroc
- multi_ggroc
- calculate_multi_roc
- calculate_roc
- getD3
- plot_journal_roc
- plot_interactive_roc
- roc_key