tree_inventory_chablais3 | R Documentation |
All trees with diameter at breast height >= 7.5 cm are inventoried on a 50m x 50m plot.
data(tree_inventory_chablais3)
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)
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
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"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.