Skip to content

Commit

Permalink
Changes to heading to match pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhg-moore committed Nov 2, 2023
1 parent 26b255a commit 3115897
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions vignettes/calibrate-aeme.Rmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
---
title: "Calibrate AEME"
output:
rmarkdown::html_vignette:
df_print: kable
toc: true
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Calibrate AEME}
%\VignetteIndexEntry{Introduction to pkgdown}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down Expand Up @@ -72,8 +69,9 @@ model setup is working.
aeme_data <- run_aeme(aeme_data = aeme_data, model = model,
verbose = FALSE, mod_ctrls = mod_ctrls,
path = path)
outp <- AEME::output(aeme_data)
if (!is.null(outp[[model]])) plot(aeme_data)
# outp <- AEME::output(aeme_data)
# if (!is.null(outp[[model]]))
plot(aeme_data)
```

## Load parameters to be used for the calibration
Expand Down

0 comments on commit 3115897

Please sign in to comment.