DOI

This package calculates leaf area index (LAI) from digital images.

The LAI value is computed from the gap fraction of a binarized vegetation image classified with the histogram-based unimdal threshold method.

To install :

library(devtools)
devtools::install_github("cmartin/LAI")
library(LAI)
library(knitr)
read_chunk("inst/examples/LAI.Example.R")

To try the code with one of the example images :


Problems :

Please report any bugs to the GitHub issue tracker and write any questions to charles.martin1@uqtr.ca

Citation

If this code is useful to you, please cite as :

cat(citation("LAI")$textVersion)


cmartin/LAI documentation built on May 13, 2019, 8:23 p.m.