diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-01-03 09:31:48 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-01-03 09:31:48 +0100 |
commit | ed2ab7bba07e3cb036782227fe27943f4b5583fa (patch) | |
tree | 4ff841cddb91f0ff54cd7fd9b14f82231e6ee00a /R/hierarchical_kinetics.R | |
parent | 435b7bc8fcbb55b5f487cf5d92d60833daf75ae7 (diff) |
Improved skeleton for hierarchical fits
Now with working pathway fits using SFORB-SFO2 (only two parallel
metabolites instead of three) as the data for compound Ia was not
sufficient for a reliable fit.
Diffstat (limited to 'R/hierarchical_kinetics.R')
-rw-r--r-- | R/hierarchical_kinetics.R | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/R/hierarchical_kinetics.R b/R/hierarchical_kinetics.R index 70e0100a..a90dd619 100644 --- a/R/hierarchical_kinetics.R +++ b/R/hierarchical_kinetics.R @@ -31,6 +31,7 @@ hierarchical_kinetics <- function(..., keep_tex = FALSE) { fmt <- rmarkdown::pdf_document(..., keep_tex = keep_tex, toc = TRUE, + toc_depth = 3, includes = rmarkdown::includes(in_header = "header.tex"), extra_dependencies = c("float", "listing", "framed") ) |