aboutsummaryrefslogtreecommitdiff
path: root/vignettes/compiled_models.Rmd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-07-21 16:47:08 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-07-21 16:58:36 +0200
commite1a040d29d013d971c77481d5cb5aa6856b1cbeb (patch)
tree5f15e729c967a19b49d296b6c4b45d58dd7869fb /vignettes/compiled_models.Rmd
parent44557703a8f3d04ffe23dab7a398c451b5163faa (diff)
Reduce vignette sizes
Diffstat (limited to 'vignettes/compiled_models.Rmd')
-rw-r--r--vignettes/compiled_models.Rmd10
1 files changed, 2 insertions, 8 deletions
diff --git a/vignettes/compiled_models.Rmd b/vignettes/compiled_models.Rmd
index 864cac87..956f428a 100644
--- a/vignettes/compiled_models.Rmd
+++ b/vignettes/compiled_models.Rmd
@@ -1,16 +1,10 @@
---
title: "Performance benefit by using compiled model definitions in mkin"
author: "Johannes Ranke"
+output: rmarkdown::html_vignette
date: "`r Sys.Date()`"
-output:
- html_document:
- theme: united
- toc: true
- toc_float: true
- mathjax: null
vignette: >
%\VignetteIndexEntry{Performance benefit by using compiled model definitions in mkin}
- %\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
@@ -63,7 +57,7 @@ if (require(rbenchmark)) {
}
```
-We see that using the compiled model is by a factor of around
+We see that using the compiled model is by a factor of around
`r factor_SFO_SFO`
faster than using the R version with the default ode solver, and it is even
faster than the Eigenvalue based solution implemented in R which does not need

Contact - Imprint