-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
55 lines (48 loc) · 1.09 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
reference:
- title: "Sensor Methods"
desc: >
Functions defined on particular sensor objects
- contents:
- ends_with("Sensor-method")
- title: "Spectra Methods"
desc: >
Functions defined on particular spectra objects
- contents:
- ends_with("Spectra-method")
- title: "Biochemical values"
desc: >
Utils functions for finding biochemical values
- contents:
- "E"
- "pH"
- "pLigand"
- title: "Errors"
desc: >
Functions for finding errors in biochemical values
- contents:
- starts_with("Error")
- contents:
- "E"
- "pH"
- "pLigand"
- starts_with("create_error")
- title: "Ranges"
desc: >
Functions for finding ranges of suitable biochemical values
- contents:
- contains("ranges")
- title: "Plots"
desc: >
Plotting functions
- contents:
- contains("plot")
- title: "Errors"
desc: >
Utils functions for finding errors in biochemical values
- contents:
- starts_with("Error")
- title: "All Functions"
desc: >
A comprehensive list of all package functions
- contents:
- matches("*")