-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
47 lines (43 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
development:
mode: unreleased
url: https://scnext.github.io/SCGLR/
template:
bootstrap: 5
home:
links:
- text: SCnext, the future of supervised component regression
href: https://github.com/SCnext
reference:
- title: Building formula
desc: ~
contents:
- '`multivariateFormula`'
- title: Computing model
contents:
- '`scglr`'
- '`scglrTheme`'
- '`kCompRand`'
- title: Cross validation
contents:
- '`scglrCrossVal`'
- '`scglrThemeBackward`'
- title: Displaying results
desc: >
Various S3 methods for displaying information and results from scglr and scglrTheme objects.
contents:
- ends_with("\\.SCGLR",internal=TRUE)
- ends_with("\\.SCGLRTHM",internal=TRUE)
# - ends_with("\\.MultivariateFormula")
- '-`barplot.SCGLR`'
- '-`barplot.SCGLRTHM`'
- title: Miscellaneous
contents:
- '`customize`'
- '`critConvergence`'
- '`infoCriterion`'
- '`methodSR`'
- title: Sample dataset
contents:
- '`genus`'
- '`genus2`'
- '`dataGen`'