-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.63 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
44
45
Package: RLumUnmix
Title: Decomposes luminescence signals into provenance components
Version: 0.0.0.9000
Authors@R: c(
person("Balthazar", "Allegri", email = "[email protected]", role = c("cre", "aut")),
person("Christoph", "Schmidt", email = "[email protected]", role = c("ctb", "ths")))
Description: The R package 'RLumUnmix' is a collection of R functions intended to be
used for provenance analyses. It allows you to generate synthetic TL and OSL signals based on
the parameters of the physical model "Bailey2001", using the R packages Luminescence and RLumModel.
Different parameters enable to generate various signals corresponding to different sources,
that can then be "mixed" synthetically with the sandbox package. Finally, the extracted synthetic
sediment section can be unmixed using the fingerPro package (included in 'RLumUnmix') in order to
decompose the set of luminescence signals into provenance components (percentage of contribution
of each source). Additionally, this package can also be used to perform the same analyses but from
"real world" sediments, by reading data from BIN/BINX files.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
base,
dplyr,
fingerPro,
ggpmisc,
glue,
graphics,
grDevices,
hash,
Luminescence,
methods,
pracma,
reshape2,
RLumModel,
sandbox,
stats,
tcltk,
tgcd,
utils
Depends:
R (>= 3.5)
LazyData: true
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr