View source: R/deriveDatetag.R
| deriveBDate | R Documentation |
This routine derives burial dates (bdate) from deposition dates (ddate).
Optionally, burial dates can be adjusted to align more closely with human
interpretation (see Details in guessDatetagsSimple).
deriveBDate(x, adjust_bdates = TRUE, ...)
## S3 method for class 'snowprofileSet'
deriveBDate(x, adjust_bdates = TRUE, ...)
## S3 method for class 'snowprofile'
deriveBDate(x, adjust_bdates = TRUE, checkMonotonicity = FALSE, ...)
## S3 method for class 'snowprofileLayers'
deriveBDate(x, adjust_bdates = TRUE, checkMonotonicity = TRUE, ...)
x |
a snowprofileSet, snowprofile or snowprofileLayers object |
adjust_bdates |
boolean switch to compute bdates similar to human interpretation. |
... |
passed on to subsequent methods |
checkMonotonicity |
check ascending order of layers. This acts as a check for whether multiple layers objects are stacked, which is not allowed. |
The input object will be returned with the column bdate added to the profile layers
deriveBDate(snowprofileSet): for snowprofileSets
deriveBDate(snowprofile): for snowprofiles
deriveBDate(snowprofileLayers): for snowprofileLayers
fherla
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.