Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 2.04 KB

README.md

File metadata and controls

41 lines (31 loc) · 2.04 KB

DOI

Codes to predict leaf traits using PLSR models

These codes are used to predict leaf traits by Partial Least Squares Regression (PLSR) models in R. The prediction of leaf traits here is based on spectroscopy techniques using reflectance spectra or continuum wavelet transformation spectra.

The codes are the base of the manuscript 'Prediction of leaf traits of lianas and trees via the integration of wavelet spectra in the visible-near infrared and thermal infrared domains' by Guzmán and Sánchez-Azofeifa.

Here you will see two main folders: i) a 'data_processing' folder, which contains the scripts for data processing and analysis, and ii) a 'figures' folder, which includes the scripts for visualization.

The data used in this manuscript that accompany these codes is available at the Tropi-Dry Dataverse (https://doi.org/10.7910/DVN/YBYO7W).


Citing these codes.

If you use these codes in your research, please cite our paper and our Zenodo record:

@article{makecite,
  author       = {Guzmán, J.A. and Sánchez-Azofeifa, G.A.},
  title        = {Prediction of leaf traits of lianas and trees via the integration of wavelet spectra in the visible-near infrared and thermal infrared domains},
  journal      = {Remote Sensing of Environment},
  year         = {2021},
  volume       = {259},
  pages        = {112406}
  doi          = {https://doi.org/10.1016/j.rse.2021.112406}
}

@software{makecite,
  author       = {Guzmán, J.A. and Sánchez-Azofeifa, G.A.},
  title        = {Prediction of leaf traits of lianas and trees via the integration of wavelet spectra in the visible-near infrared and thermal infrared domains},
  month        = oct,
  year         = 2020,
  publisher    = {Zenodo},
  version      = {v0.2},
  doi          = {10.5281/zenodo.4465150},
  url          = {https://doi.org/10.5281/zenodo.4465150}
}