-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
68 lines (63 loc) · 1.5 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
url: https://traitecoevo.github.io/austraits/
home:
title: An R package for accessing the AusTraits database
description: Explore and wrangle curated database of plant traits of Australian flora
development:
mode: release
template:
bootswatch: cerulean
reference:
- title: Accessing and exploring AusTraits
- contents:
- starts_with("load")
- download_austraits
- starts_with("get_")
- summarise_austraits
- lookup_trait
- print.austraits
- create_metadata
- title: Wrangling AusTraits
desc: Functions to extract, pivot and join data
- contents:
- starts_with("extract")
- starts_with("trait_pivot")
- summarise_trait_means
- starts_with("join")
- ends_with("trait_values")
- as_wide_table
- title: Quick data visualisations
desc: Plot site or variance distributions
- contents:
- starts_with("plot")
navbar:
structure:
left:
- home
- intro
- structure
- traits
- reference
- news
right: [search, github]
components:
home:
icon: fas fa-home fa-lg
href: index.html
reference:
text: Functions glossary
href: reference/index.html
intro:
text: Tutorial
href: articles/austraits.html
structure:
text: Structure of AusTraits
href: articles/structure.html
traits:
text: Trait definitions
href: articles/dictionary.html
news:
text: What's new?
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/traitecoevo/austraits/