inst/doc/stratigraphic_architecture.R

## ----setup--------------------------------------------------------------------
library(StratPal)

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----eval=FALSE---------------------------------------------------------------
# ?scenarioA

## ----echo=FALSE, fig.cap="Production profile of the three carbonate factories", out.width="70%"----
knitr::include_graphics("platform_production_curve.png")

## ----echo=FALSE, out.width="70%"----------------------------------------------
plot(x = scenarioA$t_myr, 
     y = scenarioA$sl_m,
     xlab = "Time [Myr]",
     ylab = "Sea level [m]",
     main = "Eustatic Sea Level",
     type = "l")

## ----echo=FALSE, out.width='100%', fig.cap="Transect through the carbonate platform. Black lines separate systems tracts."----
knitr::include_graphics("platform_profile.png")

## ----echo=FALSE, out.width='100%', fig.cap="Wheeler diagram of the platform, showing both dominant facies and seidimentation rate."----
knitr::include_graphics("platform_wheeler_diagram.png")

Try the StratPal package in your browser

Any scripts or data that you put into this service are public.

StratPal documentation built on Dec. 6, 2025, 5:08 p.m.