-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
38 lines (38 loc) · 1.11 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
Package: gapfraction
Title: Functions for processing airborne LiDAR scans of forests
Version: 1.0.0
Authors@R: person("Adam", "Erickson", email = "[email protected]", role = c("aut", "cre"))
Description: This package is designed for forestry applications. It includes
functions for creating raw and fast-pit-free canopy height models (CHMs) that
can be processed with included hierarchical variable-window and watershed
segmentation tree crown detection functions. The package includes additional
functions to estimate gap fraction (canopy closure), fractional canopy cover,
leaf area index (LAI), apparent clumping index, and a number of other canopy
metrics. The package includes four common lens models used in hemispherical
photography, as well as functions for plotting.
Depends:
R (>= 3.2.2),
sp,
raster
Imports:
lidR,
spatstat,
rgdal,
rasterVis,
plotrix,
abind,
magic,
geometry,
Matrix,
deldir,
igraph,
foreach
Suggests:
parallel,
doSNOW,
Cairo,
EBImage,
animation
License: GPL-2
LazyData: true
RoxygenNote: 6.0.1