-
Notifications
You must be signed in to change notification settings - Fork 19
/
_pkgdown.yml
66 lines (66 loc) · 1.8 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
title: OHICORE
url: http://OHI-Science.github.io/ohicore
template:
params:
bootswatch: yeti
reference:
- title: Calculation
desc: Functions to calculate scores, goal indices, pressures, resiliences, and reference points
contents:
- '`CalculateAll`'
- '`CalculateGoalIndex`'
- '`CalculatePressuresAll`'
- '`CalculateResilienceAll`'
- '`CalculateTrend`'
- title: Configuration
desc: Functions to align, combine, reformat data etc. for use in calculations, and the associated classes created
contents:
- '`AlignDataYears`'
- '`AlignManyDataYears`'
- '`Conf-class`'
- '`Conf_write`'
- '`Layers-class`'
- '`SelectLayersData`'
- title: Helper Functions
desc: Internal and helper functions
contents:
- '`WriteRefPoint`'
- '`ScoreScaling`'
- '`mapvalues`'
- '`read_git_csv`'
- '`trace_git_csv_value`'
- title: Data Checking and Visualization
desc: ~
contents:
- '`CheckLayers`'
- '`score_check`'
- '`PlotFlower`'
navbar:
type: inverse
right:
- text: "FAQ"
icon: fa-question-circle-o
href: articles/faq.html
- icon: fa-github
text: "github"
href: https://github.com/OHI-Science/ohicore
left:
- icon: fa-home
href: index.html
- text: "Introduction"
icon: fa-play-circle
href: articles/introduction.html
- icon: fa-file-code-o
text: "Reference"
href: reference/index.html
- icon: fa-newspaper-o
text: "Articles"
menu:
- text: Data for the Toolbox
href: articles/dataprep.html
- text: Toolbox Ecosystem
href: articles/ecosystem.html
- text: Workflow
href: articles/workflow.html
- text: functions.R
href: articles/functionsR.html