Description Usage Arguments Details Value Author(s) Examples
Functions to derive an age model from the composite sequence.
1 2 3 | printLOC(CONOP, events = "observed")
composite.age(CONOP, agemodels, tie.points, age.span, pch, bg)
LOC.tiepoints(CONOP, saveLOC = FALSE)
|
CONOP |
An object of class |
events |
A character string. Can be |
agemodels |
A list of known age models with one element for each site (in the order defined in |
tie.points |
Output from function |
age.span |
Vector of two age values (oldest, youngest) that limit the plots. |
pch |
See |
bg |
See |
saveLOC |
If |
LOC.tiepoints
: Prompt the user to interactively draw a line of correlation on depth vs composite depth diagram and return the set of tie points thus selected. Press ESC when the line is drawn to move on to the next section.
printLOC
: Plot and print depth vs composite depth (or age) diagram.
composite.age
: From a given set of tie points, translate COMPOSFILE from composite depth to numerical age values.
The output of LOC.tiepoints
is a list where each element corresponds to a site (the index is the same as in sectfile
). In each element, an age-depth matrix is stored. The output of codecomposite.age is an object of class CONOP
similar to the input with numerical age value instead of composite depth.
Johan Renaudie.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.