forked from rmaia/pavo
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
94 lines (87 loc) · 1.9 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
url: http://rafaelmaia.net/pavo
reference:
- title: Processing and Organisation
desc: "Functions for importing and processing spectral data"
contents:
- '`aggspec`'
- '`as.rspec`'
- '`as.rimg`'
- '`is.colspace`'
- '`is.vismodel`'
- '`cimg2rimg`'
- '`getspec`'
- '`getimg`'
- '`irrad2flux`'
- '`merge.rspec`'
- '`procimg`'
- '`procspec`'
- '`rimg2cimg`'
- '`spec2rgb`'
- '`subset.rspec`'
- title: Visualisation
desc: "Functions for visualising spectral data, including the results of visual modelling"
contents:
- '`aggplot`'
- '`axistetra`'
- '`explorespec`'
- '`legendtetra`'
- '`plot.colspace`'
- '`plot.rimg`'
- '`plot.rspec`'
- '`plotsmooth`'
- '`points.colspace`'
- '`projplot`'
- '`sensdata`'
- '`tcsplot`'
- title: Analysis
desc: "Functions for analysing spectral data"
contents:
- '`adjacent`'
- '`bootcoldist`'
- '`classify`'
- '`coldist`'
- '`colspace`'
- '`jnd2xyz`'
- '`jndrot`'
- '`peakshape`'
- '`sensmodel`'
- '`summary.colspace`'
- '`summary.rimg`'
- '`summary.rspec`'
- '`summary.vismodel`'
- '`vismodel`'
- '`vol`'
- '`voloverlap`'
- title: Data
desc: "Included example datasets"
contents:
- '`flowers`'
- '`sicalis`'
- '`teal`'
template:
params:
docsearch:
api_key: 1988255e7e235678bc3c7f1b86b9ecc5
index_name: rafaelmaia_pavo
development:
mode: unreleased
navbar:
title: ~
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Overview
href: articles/overview.html
- text: Importing and Processing Data
href: articles/importing_processing.html
- text: Analysing Data
href: articles/analysing.html
- text: Spectral Shape Descriptors
href: articles/spectraldesc.html
- text: Changelog
href: news/index.html