Phenotypic Index Measures for Oak Decline Severity.
pdi
Phenotypic index measures for oak decline severity
Oak declines are complex disease syndromes that consist of many visual indicators that include aspects of tree size, crown condition and trunk condition. This can cause difficulty in the manual classification of symptomatic and non-symptomatic trees from what is in reality a broad spectrum of oak tree health condition.
Two oak decline indexes have been developed to quantitatively describe and differentiate oak decline syndromes in Quercus robur. These include:
Phenotypic Decline Index (PDI) - a measure of overall decline severity, scoring trees between 0 and 1. More severely declining oak trees having a score closer to 1.
Decline Acuteness Index (DAI) - a measure to differentiate between Chronic Oak Decline (COD) and Acute Oak Decline with a score between -1 and 1. Acutely declining trees having a score closer to 1 and chronically declining trees having a score closer to -1.
This package provides the tools generate these decline indexes using machine learning algorithm random forest.
The methodology is outlined in the article:
Installation
The package can be installed from CRAN using:
install.packages('pdi')
Or this development version of the package can be installed from GitHub:
devtools::install_github('jasenfinch/pdi',build_vignettes = TRUE)
Learn more
The package documentation can be browsed online at https://jasenfinch.github.io/pdi/.
If this is your first time using pdi
see the Generating phenotypic decline indexes using the pdi package vignette for information on how to get started.
If you believe you've found a bug in pdi
, please file a bug (and, if possible, a reproducible example) at https://github.com/jasenfinch/pdi/issues.