AgeDepthModel-class {ArchaeoPhases} | R Documentation |
Age-Depth Model
Description
An S4 class to represents an age-depth model.
Slots
depth
A
numeric
vector giving the depth of the samples.model
A
list
of local polynomial regressions (seestats::loess()
).hash
A
character
string giving the 32-byte MD5 hash of the original data file.
Author(s)
N. Frerebeau
See Also
Other classes:
ActivityEvents-class
,
CumulativeEvents-class
,
DurationsMCMC-class
,
EventsMCMC-class
,
MCMC-class
,
OccurrenceEvents-class
,
PhasesMCMC-class
,
TimeRange-class
[Package ArchaeoPhases version 2.0 Index]