-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
77 lines (73 loc) · 1.71 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
url: http://smwindecker.github.io/mixchar
authors:
Saras Windecker:
href: "https://github.com/smwindecker"
Nick Golding:
href: "https://github.com/goldingn"
template:
params:
bootswatch: flatly
reference:
- title: Data
desc: Example datasets
contents:
- '`juncus`'
- '`marsilea`'
- title: Key basic use functions
contents:
- '`process`'
- '`deconvolve`'
- title: Accessor functions
desc: Used to access the outpus of basic use functions
contents:
- '`temp_bounds`'
- '`rate_data`'
- '`model_fit`'
- '`component_weights`'
- '`model_parameters`'
- title: Fraser-Suzuki equation functions
desc: Used to customise plotting methods
contents:
- '`fs_function`'
- '`fs_mixture`'
- title: S3 methods
desc: Default print and plot methods
contents:
- '`print.process`'
- '`plot.process`'
- '`print.decon`'
- '`plot.decon`'
- title: Internals
desc: Internal functions and helpers
contents:
- '`inflection`'
- '`fs_model`'
- '`get_weights`'
- '`objective`'
- '`param_select`'
- '`rmse`'
- '`three_peaks`'
- '`weight_quantiles`'
- '`wt_component`'
navbar:
type: inverse
left:
- icon: fa-home
href: index.html
right:
- text: "Articles"
icon: fas fa-book
menu:
- text: Workflow with mixchar
href: articles/mixchar.html
- text: Detailed methodology
href: articles/Background.html
- icon: fa-file-code-o
text: "Functions"
href: reference/index.html
- icon: fa-newspaper-o
text: "News"
href: news/index.html
- icon: fa-github fa-lg
text: "github"
href: https://github.com/smwindecker/mixchar