-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.5 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: LeafGasExchange
Title: A package containing functions for fitting photosynthetic response curves, simulat leaf and canopy photosynthesis
Version: 1.1.0
Authors@R:
c(person(given = "Julien",
family = "Lamour",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4410-507X")),
person(given = "Shawn",
family = "Serbin",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4136-8971")))
Description: Model gas exchanges at the leaf level using a coupled stomatal conductance model (USO) and photosynthesis model (Farquhar) using analytical solutions of the different equations. It is also possible to include leaf energy balance and mesophyll conductance. This package also gathers functions to import data from LICORS 6400 and 6800, fit and display the main types of curves obtained with a gas exchange device: AQ, Aci, Mcurves and simulate data.
License: GNU General Public License v3.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends: stats4, polynom, bbmle, readxl, stringr, tidyverse, readr, tealeaves, reshape2, ggplot2
Imports:
stats4,
polynom,
bbmle,
readxl,
stringr,
tidyverse,
readr,
tealeaves,
reshape2,
ggplot2
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-04-12 20:39:25 UTC; jlamour
Author: Julien Lamour [aut, cre]
Maintainer: Julien Lamour <[email protected]>