Quantifying stratigraphic order using methods from Burgess (2016).
Niklas Hohmann
Utrecht University
email: n.hohmann [at] uu.nl
Web page: uu.nl/staff/NHohmann
Orcid: 0000-0003-1559-1838
First, install the remotes
package using
install.packages("remotes")
Then, run
remotes::install_github(repo = "MindTheGap-ERC/stratcols",
ref = "HEAD",
dependencies = TRUE,
build_vignettes = TRUE)
to install the required stratcols
package, and load it using using
library("stratcols")
Then download the stratorder
package using
remotes::install_github(repo = "MindTheGap-ERC/stratorder",
ref = "HEAD",
dependencies = TRUE,
build_vignettes = TRUE)
Start by looking at the vignette via
vignette("stratorder")
Apache 2.0, see LICENSE file for details
Copyright 2024 Netherlands eScience Center and Utrecht University
The methods are described in detail in
- Peter M. Burgess; Identifying Ordered Strata: Evidence, Methods, and Meaning. Journal of Sedimentary Research 2016;; 86 (3): 148–167. doi: 10.2110/jsr.2016.10
Funded by the European Union (ERC, MindTheGap, StG project no 101041077). Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or the European Research Council. Neither the European Union nor the granting authority can be held responsible for them.