{exploreHTP} is an R Shiny application designed to support the
processing and analysis of high-throughput phenotyping data obtained
from UAV imagery. It also integrates modeling functionality from
{flexFitR} to fit
nonlinear models to plant growth trajectories.
You can install the development version of {exploreHTP} from GitHub
using:
# install.packages("pak")
pak::pkg_install("AparicioJohan/exploreHTP")You can launch the application by running:
library(exploreHTP)
run_app()
{exploreHTP} supports the following input files:
- RGB orthomosaics: GeoTIFF (
.tif) - Digital Surface Models (DSM): GeoTIFF (
.tif) - Multispectral orthomosaics: multiband GeoTIFF (
.tif) - Plot boundaries: GeoPackage (
.gpkg) containing polygon features representing individual experimental plots
Plot boundary files can be created using GIS software such as QGIS.
Step-by-step video tutorials are available on the UW Potato Breeding YouTube channel.
Watch the complete tutorial series in the Image Analysis playlist.
-
Extracting NDVI from multispectral UAV imagery with exploreHTP
-
Fitting logistic growth models to UAV-derived ground cover data
Additional tutorials will be added to the playlist as they become available.
Questions, bug reports, feature requests, and suggestions are welcome through the GitHub Issues page.
Before submitting a new issue:
- Search the existing issues to check whether the problem has already been reported.
- Confirm that you are using the most recent version of
{exploreHTP}. - Restart R and verify that the problem can be reproduced.
- Prepare a small reproducible example whenever possible.
You are reading the documentation for version: 1.0.0
This README was compiled on:
Sys.time()
#> [1] "2026-08-12 10:19:11 CDT"

