forked from Qepanna/goFlux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
76 lines (76 loc) · 2.28 KB
/
Copy pathDESCRIPTION
File metadata and controls
76 lines (76 loc) · 2.28 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: goFlux
Type: Package
Title: User-Friendly Chamber Data Processing, Flux Estimation, and Diagnostics
Version: 0.3.0
Authors@R: c(person("Karelle", "Rheault", email = "karh@ign.ku.dk", role = c("cre", "aut", "dtc")),
person("Camille", "Minaudo", email = "camille.minaudo@ub.edu", role = c("aut")),
person("Klaus", "Steenberg Larsen", email = "ksl@ign.ku.dk", role = c("aut", "ths")))
Maintainer: Karelle Rheault <karh@ign.ku.dk>
Description: Import raw chamber data into R for flux calculation, quality check
the results objectively and obtain trustworthy greenhouse gas (GHG)
flux estimates with an automatic selection of the best flux estimate -
without extensive knowledge or experience. More details are found in
Rheault et al., (2024) <doi:10.21105/joss.06393>.
URL: https://qepanna.quarto.pub/goflux/
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
RoxygenNote: 7.3.3
Collate:
'goFlux-package.R'
'HM.flux.R'
'LM.flux.R'
'MDF.R'
'auto.deadband.R'
'autoID.R'
'best.flux.R'
'click.peak2.R'
'crop.meas.R'
'find.bubbles.R'
'flux.plot.R'
'flux.plot.aqua.R'
'flux.term.R'
'flux2pdf.R'
'g.factor.R'
'goAquaFlux.total.R'
'goAquaFlux.diffusive.R'
'goAquaFlux.ebullition.R'
'k.max.R'
'goFlux.R'
'goAquaFlux.R'
'imp.G2508-data.R'
'imp.LI6400-data.R'
'imp.LI7820-data.R'
'imp.LI8200-data.R'
'imp.UGGA-data.R'
'import.DX4015.R'
'import.EGM5.R'
'import.G2201i.R'
'import.G2508.R'
'import.G4301.R'
'import.GAIA.R'
'import.GT5000.R'
'import.GasmetPD.R'
'import.HT8850.R'
'import.LI6400.R'
'import.LI7810.R'
'import.LI7820.R'
'import.LI8100.R'
'import.LI8150.R'
'import.LI8200.R'
'import.LI8250.R'
'import.N2OM1.R'
'import.N2Oi2.R'
'import.UGGA.R'
'import.eosMX12.R'
'import.skyline.R'
'import.uCH4.R'
'import.uN2O.R'
'import2RData.R'
'iso.comp.R'
'manID.G2201i-data.R'
'manID.UGGA-data.R'
'obs.win.R'
Imports: AICcmodavg, data.table, dplyr, ggnewscale, ggplot2, ggstar, graphics, grDevices, grid, gridExtra, jsonlite, lifecycle, lubridate, minpack.lm, msm, pbapply, plyr, purrr, rjson, rlang, rlist, SimDesign, stats, stringr, tibble, tidyr, toOrdinal, utils, zoo