Description Usage Arguments Value Examples
Estimates tree occurrence regions from a normalized point cloud. Tree mapping methods are prefixed by map
.
1 |
las |
|
method |
tree mapping algorithm. Currently available: |
merge |
|
positions_only |
|
signed LAS
or data.table
.
1 2 3 4 5 6 7 8 9 10 11 | file = system.file("extdata", "pine_plot.laz", package="TreeLS")
tls = readTLS(file) %>%
tlsNormalize %>%
tlsSample
x = plot(tls)
map = treeMap(tls, map.hough(h_step = 1, max_h = 4))
add_treeMap(x, map, color='red')
xymap = treeMap.positions(map)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.