Description Usage Arguments Value Examples
Extracts the tree XY positions from a treeMap output.
1 | treeMap.positions(map, plot = TRUE)
|
map |
object generated by |
plot |
|
signed data.table
of tree IDs and XY coordinates.
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.