knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

trexr

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.

Installation

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("USFSr1GeospatialGroup/trexr")

Example

Below is an example of using the app.

library(trexr)
run_app()

Video



USFSr1GeospatialGroup/trexr documentation built on Nov. 4, 2024, 3:06 p.m.