Shared repo for ELON: Epiphytic Lichen Observation Network
Includes:
- Deep-learning image segmentation: process daily imagery to detect lichen growth in 'near real-time'.
- Demographic Distribution Models (DDMs): projection population growth rates onto a landscape.
- Wavelets: detect coherence between 2+ time-series (population growth vs climate) at different lags.
Install the package from github as follows:
install.packages('devtools')
devtools::install_github('phytomosaic/elon')require(elon)Please contact smithr2@oregonstate.edu for questions or updates.