StratoBayes
Automated stratigraphic correlation and age modelling
About
StratoBayes is implemented as a package for the R programming language. Please follow the installation instructions below.
Note: This version of StratoBayes is licenced for non-commercial use only. For commercial inquiries, please email us.
Installation
StratoBayes requires R version 4.2.x – 4.5.x. We recommend using R through the RStudio IDE.
Binaries are available for Windows and macOS.
Step-by-step guide
- Install R and RStudio:
- Download and install R, ensuring you select the correct installer for your operating system (Windows, macOS Intel, or macOS Apple Silicon).
- Download and install RStudio corresponding to your operating system.
If you are unsure which version of Mac you are using, click the apple logo in the top left corner and select “About This Mac”. Check the processor type. “Apple M1”, “M2”, or later require R for Apple silicon; Intel processors (i5, i7, i9, etc.) require R “For older Intel Macs”.
Confirm R version in RStudio:
Open RStudio.
Select your R version via:
Tools → Global Options → General → R versionIf not already selected, chose R version 4.5.x (or 4.4.x, 4.3.x or 4.2.x) and restart RStudio to apply the change.
Install StratoBayes: Receive installation instructions and sign up for a trial via email through the form below. –>
Try StratoBayes now:
Sign up as a trial user to receive installation instructions via email through the form below.
Note: Currently, StratoBayes binaries are available for R versions 4.2 and upwards (4.2 - 4.5). Ensure your R installation meets this requirement to avoid compatibility issues. Binaries are available for Windows and macOS.
After you received the email, copy & paste the installation command into the R console within RStudio.
Load StratoBayes: Paste this into the R console within RStudio:
library(StratoBayes)
Using StratoBayes
For an introduction to using StratoBayes, please see the Getting Started vignette. It can be also be accessed in the R console with:
vignette("StratoBayes")To get help on individual functions, type e.g. ?StratData in the console.
For an overview of available tutorials, visit the Vignette index.