-
Notifications
You must be signed in to change notification settings - Fork 8
/
ExampleData.CW_OSL_Curve.Rd
54 lines (48 loc) · 1.57 KB
/
ExampleData.CW_OSL_Curve.Rd
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Luminescence-package.R
\docType{data}
\name{ExampleData.CW_OSL_Curve}
\alias{ExampleData.CW_OSL_Curve}
\alias{CW_Curve.BosWallinga2012}
\title{Example CW-OSL curve data for the package Luminescence}
\format{
Data frame with 1000 observations on the following 2 variables:
\itemize{
\item \code{list("x")}: a numeric vector, time
\item \code{list("y")}: a numeric vector, counts
}
}
\source{
\strong{ExampleData.CW_OSL_Curve}
\tabular{ll}{
Lab: \tab Luminescence Laboratory Bayreuth\cr
Lab-Code: \tab BT607\cr
Location: \tab Saxony/Germany\cr
Material: \tab Middle grain quartz measured on aluminium cups on a Risø TL/OSL DA-15 reader.\cr
Reference: \tab unpublished data }
\strong{CW_Curve.BosWallinga2012}
\tabular{ll}{
Lab: \tab Netherlands Centre for Luminescence Dating (NCL)\cr
Lab-Code: \tab NCL-2108077\cr
Location: \tab Guadalentin Basin, Spain\cr
Material: \tab Coarse grain quartz\cr
Reference: \tab Bos & Wallinga (2012) and Baartman et al. (2011)
}
}
\description{
\code{data.frame} containing CW-OSL curve data (time, counts)
}
\examples{
data(ExampleData.CW_OSL_Curve, envir = environment())
plot(ExampleData.CW_OSL_Curve)
}
\references{
Baartman, J.E.M., Veldkamp, A., Schoorl, J.M., Wallinga, J.,
Cammeraat, L.H., 2011. Unravelling Late Pleistocene and Holocene landscape
dynamics: The Upper Guadalentin Basin, SE Spain. Geomorphology, 125,
172-185.
Bos, A.J.J. & Wallinga, J., 2012. How to visualize quartz OSL signal
components. Radiation Measurements, 47, 752-758.
}
\keyword{datasets}
\keyword{internal}