tree_inventory_chablais3 {lidaRtRee} | R Documentation |
Tree inventory data in France (Chablais 3 plot, July 2010)
Description
All trees with diameter at breast height >= 7.5 cm are inventoried on a 50m x 50m plot.
Usage
data(tree_inventory_chablais3)
Format
A data.frame
with columns:
-
x
easting coordinate (epsg: 2154) -
y
northing coordinate (epsg: 2154) -
d
dbh (cm) -
h
tree height (m) -
n
tree number -
s
species abreviated as GESP (GEnus SPecies) -
e
appearance (0: missing or lying, 1: normal, 2: broken treetop, 3: dead with branches, 4: snag) -
t
tilted (0: no, 1: yes)
References
Monnet, J.-M. 2011. Using airborne laser scanning for mountain forests mapping: Support vector regression for stand parameters estimation and unsupervised training for treetop detection. Ph.D. thesis. University of Grenoble, France. pp. 21-22 & 34 https://theses.hal.science/tel-00652698/document
Examples
data(tree_inventory_chablais3)
summary(tree_inventory_chablais3)
# display tree inventory
plot_tree_inventory(tree_inventory_chablais3[, c("x", "y")],
diam = tree_inventory_chablais3$d, col = "red",
pch = tree_inventory_chablais3$e,
xlab = "X", ylab = "Y"
)
[Package lidaRtRee version 4.0.5 Index]