-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_pkgdown.yml
More file actions
executable file
·58 lines (58 loc) · 1.35 KB
/
Copy path_pkgdown.yml
File metadata and controls
executable file
·58 lines (58 loc) · 1.35 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
title: rTLS
url: https://antguz.github.io/rTLS
template:
params:
bootswatch: yeti
ganalytics: G-W6KLJNB4MN
reference:
- title: Exported Functions
desc: ~
contents:
- '`artificial_stand`'
- '`canopy_structure`'
- '`cartesian_to_polar`'
- '`circleRANSAC`'
- '`euclidean_distance`'
- '`filter`'
- '`geometry_features`'
- '`knn`'
- '`lines_interception`'
- '`line_AABB`'
- '`min_distance`'
- '`plot_voxels`'
- '`polar_to_cartesian`'
- '`radius_search`'
- '`rotate2D`'
- '`rotate3D`'
- '`stand_counting`'
- '`summary_voxels`'
- '`tree_metrics`'
- '`trunk_volume`'
- '`voxels`'
- '`voxels_counting`'
- title: Data
desc: ~
contents:
- '`pc_tree`'
- '`TLS_scan`'
navbar:
type: inverse
left:
- icon: fa-home
href: index.html
right:
- text: "Articles"
icon: fas fa-book
menu:
- text: Creation of artificial stands
href: articles/Artificial-stands.html
- text: Estimation of tree metrics
href: articles/tree-metrics.html
- text: Voxel counting and fractal geometry
href: articles/voxels-fractals.html
- icon: fa-file-code-o
text: "Functions"
href: reference/index.html
- icon: fa-github fa-lg
text: "github"
href: https://github.com/Antguz/rTLS/