The goal of trexr is to explore trees in R visually and graphically. This package is less research based and more application based. Thus, if you are looking for more details on LiDAR and tree segmentation please see weblidar-treetop excellent app (a lot of the inspiration for this app was from weblidar-treetop). This package allows the user to explore canopy height models (CHM) through graphs (histograms, density, boxplot), map (leaflet), 3-d and stats. The main features are: ability to crop your input (AOI) and generate new information, users can convert from meters to feet (vice-versa) or change height (filter) CHM on the fly.
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("USFSr1GeospatialGroup/trexr")
Below is an example of using the app.
library(trexr)
run_app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.