knitr::opts_chunk$set(
  warning = FALSE,
  message = FALSE,
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

tealeaves

CRAN status Build Status DOI Lifecycle: maturing Codecov test coverage

Solve for leaf temperature using energy balance

Description

{tealeaves} is a lightweight R package to model leaf temperature using leaf energy balance. It uses the R package units to ensure that parameters are properly specified and transformed before calculations. It allows separate lower and upper surface conductances to heat and water vapour, so sensible and latent heat loss are calculated for each surface separately. It's straightforward to model leaf temperature over environmental gradients such as light, air temperature, humidity, and wind, or trait gradients such as leaf size or stomatal conductance.

Get tealeaves

From CRAN

install.packages("tealeaves")

or from GitHub

install.packages("remotes")
remotes::install_github("cdmuir/tealeaves")

And load tealeaves

library("tealeaves")

Vignette


Contributors

Comments and contributions

I welcome comments, criticisms, and especially contributions! GitHub issues are the preferred way to report bugs, ask questions, or request new features. You can submit issues here:

https://github.com/cdmuir/tealeaves/issues

Meta



cdmuir/tealeaves documentation built on Feb. 28, 2024, 8:21 a.m.