forked from Cidree/silviculture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
80 lines (71 loc) · 1.9 KB
/
_pkgdown.yml
File metadata and controls
80 lines (71 loc) · 1.9 KB
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
url: https://cidree.github.io/silviculture/
template:
bootstrap: 5
mathjax: true
bslib:
bg: "#F5F7FA" # page background
fg: "#202123" # foreground (text colour)
primary: "#333C4A" # link colour, translucent color
secondary: "#ff5733"
pkgdown-nav-height: 75px
base_font: {google: "Roboto"}
heading_font: {google: "Merriweather"}
code_font: {google: "Source Code Pro"}
theme: pygments
authors:
Adrián Cidre González:
href: https://adrian-cidre.com/
reference:
- title: "Biomass & Volume Assessment"
desc: Functions for estimating forest biomass and volume
contents:
- silv_biomass
- silv_volume
- title: "Structural forest metrics"
desc: Calculate key forest inventory metrics like basal area, dominant height, and tree count, as well as analyzing tree size distribution and stand spacing
contents:
- silv_basal_area
- silv_diametric_class
- silv_dominant_height
- silv_lorey_height
- silv_ntrees_ha
- silv_spacing_index
- silv_sqrmean_diameter
- silv_summary
- title: "Inventory Sample Size"
desc: Calculate and explore forest inventory sample size
contents:
- silv_sample_size
- title: "LiDAR metrics"
desc: Extract and calculate forest structural metrics using LiDAR data
contents:
- lid_fcov
- lid_lhdi
- title: "Data"
desc: Datasets included in the package
contents:
- biomass_models
- inventory_samples
- title: Objects
desc: S7 classes
contents:
- Inventory
- SampleSize
- plot
navbar:
title: "silviculture"
bg: dark
left:
- icon: fa-home
href: index.html
- text: "Reference"
href: reference/index.html
- text: "News"
href: news/index.html
structure:
right: [search, github]
components:
github:
icon: fa-github
href: https://github.com/Cidree/silviculture
aria-label: GitHub