-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.73 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
Package: PoolDilutionR
Type: Package
Title: Calculate Gross Biogeochemical Flux Rates from Isotope Pool Dilution Data
Version: 1.0.0
Authors@R: c(person("Kendalynn A.", "Morris",
email = "[email protected]",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-0388-6965")),
person("Ben", "Bond-Lamberty",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0001-9525-4633")))
Description: Pool dilution is a isotope tracer technique wherein a
biogeochemical pool is artifically enriched with its heavy isotopologue
and the gross productive and consumptive fluxes of that pool are
quantified by the change in pool size and isotopic composition over time.
This package calculates gross production and consumption rates from
closed-system isotopic pool dilution time series data. Pool size
concentrations and heavy isotope (e.g., 15N) content are measured over time
and the model optimizes production rate (P) and the first order rate
constant (k) by minimizing error in the model-predicted total pool size,
as well as the isotopic signature. The model optimizes rates by weighting
information against the signal:noise ratio of concentration and heavy-
isotope signatures using measurement precision as well as the magnitude of
change over time. The calculations used here are based on von Fischer and
Hedin (2002) <doi:10.1029/2001GB001448> with some modifications.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
ggplot2,
tibble,
tidyr
Config/testthat/edition: 3
Depends:
R (>= 2.10)
VignetteBuilder: knitr