Handling stratigraphic columns and quantifying stratigraphic order in R.
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
::install_github(repo = "MindTheGap-ERC/stratcols",
remotesref = "HEAD",
dependencies = TRUE,
build_vignettes = TRUE)
After installation, you can load the package using
library(stratcols)
Start by reading the vignette, available via
vignette("stratcols")
Apache 2.0, see LICENSE file for details
Copyright 2024 Netherlands eScience Center and Utrecht University
The methods are described in detail in
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.