-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
81 lines (81 loc) · 2.04 KB
/
DESCRIPTION
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
Package: aRchi
Type: Package
Title: Quantitative Structural Model ('QSM') Treatment for Tree Architecture
Version: 2.1.3
Author: Olivier Martin and Bastien Lecigne
Maintainer: Olivier Martin <[email protected]>
Description: Provides a set of tools to make quantitative structural model of trees (i.e the so-called 'QSM') from LiDAR point cloud, to manipulate and visualize the QSMs as well as to compute metrics from them. It can be used in various context of forest ecology (i.e biomass estimation) and tree architecture (i.e architectural metrics), see Martin-Ducup et al. (2020) <doi:10.1111/1365-2435.13678>. The package is based on a new S4 class called 'aRchi'.
License: CeCILL
Encoding: UTF-8
URL: https://github.com/umr-amap/aRchi
RoxygenNote: 7.1.1
Imports:
data.table,
dplyr,
plyr,
rgl,
methods,
lidR,
FNN,
DiceKriging,
stringr,
utils,
stats,
progress,
gtools,
Rfast,
VoxR,
fastcluster,
pracma,
pkgcond,
R.matlab,
svMisc,
circular
Collate:
'nullOrnumeric.R'
'nullOrlist.R'
'nullOrLASOrDatatable.R'
'nullOrDatatable.R'
'aRchiClass.R'
'BranchAngle.R'
'Compute_A0.R'
'Compute_Mf.R'
'DAI.R'
'ForkRate.R'
'LeonardoRatio.R'
'Make_Node.R'
'Make_Path.R'
'PathFraction.R'
'QSM2mesh.R'
'SelectinQSM_3d.R'
'TreeBiomass.R'
'TreeVolume.R'
'Truncate_QSM.R'
'WBEparameters.R'
'WoodSurface.R'
'aRchi.R'
'aRchi2treeQSM.R'
'add_diameter.R'
'add_leaves.R'
'add_non_reconstructed.R'
'add_physiological_ages.R'
'add_pointcloud.R'
'angle3d.R'
'build_aRchi.R'
'clean_QSM.R'
'clean_point_cloud.R'
'cross_prod_3d.R'
'dist2line.R'
'get_QSM.R'
'get_nodes.R'
'get_operations.R'
'get_paths.R'
'get_pointcloud.R'
'plot.R'
'read_QSM.R'
'read_aRchi.R'
'segment_annual_shoots.R'
'simplify_skeleton.R'
'skeletonize.R'
'smooth_skeleton.R'
'write_aRchi.R'