-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
44 lines (43 loc) · 1.36 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
38
39
40
41
42
43
Package: RapidACi
Title: Automated Rapid A-Ci curve correction for Li-Cor system
Version: 0.1.3
Authors@R:
c(person(given = "Manuel",
family = "Lamothe",
role = c("aut", "cre"),
email = "manuel.lamothe@canada.ca",
comment = c(ORCID = "0000-0002-5947-533X")),
person(given = "Guillaume",
family = "Otis-Prud'homme",
role = c("aut"),
email = "guillaume.otis-prud'homme@mffp.gouv.qc.ca"),
person(given = "Carole",
family = "Coursolle",
role = c("ctb"),
email = "carole.coursolle@canada.ca"))
Description: Functions to read, correct and analyse Rapid-A-Ci curve from Licor
photosynthesis systems. The aim of the script is to automate the
correction phase either for one or many RACi curves. The empty chamber file used to
correct a RACiR file is automatically chosen according to the match timestamp
(closest to the RACiR curve being corrected). The correction factor is derived from
the 1st to 5th polynomial as suggested by Stinziano et al. (2017).
https://doi.org/10.1111/pce.12911.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
readxl,
readr,
rlang,
dplyr,
magrittr,
purrr,
ggplot2,
tidyr,
stringr,
lubridate,
XLConnect,
gridExtra
Suggests:
plantecophys