From 13441ee826985d41bc1db392f0e1fc2240e1db2f Mon Sep 17 00:00:00 2001 From: Niklas Hohmann <67792281+NiklasHohmann@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:49:35 +0200 Subject: [PATCH] add explanation of role of admtools --- vignettes/StratPal.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/StratPal.Rmd b/vignettes/StratPal.Rmd index 7edfd1d..3cb582d 100644 --- a/vignettes/StratPal.Rmd +++ b/vignettes/StratPal.Rmd @@ -56,7 +56,7 @@ To use its functionality, you need to run library(admtools) ``` -before running any of the examples. Below we provide a brief overview of the functionality of the `admtools` package we need. If you want more information, you can browse through the package vignettes using +before running any of the examples. Specifically, this is needed for plotting of age-depth models and trait evolution. Below we provide a brief overview of the functionality of the `admtools` package we need. If you want more information, you can browse through the package vignettes using ```{r, eval=FALSE} browseVignettes(package = "admtools")