aboutsummaryrefslogtreecommitdiff
path: root/_pkgdown.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-26 23:54:08 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-26 23:54:08 +0200
commit2409369d3a665f2b8e0b7333f4c2286a61614179 (patch)
tree218a40a7fb824e3d88e77007263e786a539d5ce6 /_pkgdown.yml
parent8f38147e145c66ebd27f5d9fcc6f00172c25872f (diff)
Complete pkgdown conf, rerun with current master branch
Diffstat (limited to '_pkgdown.yml')
-rw-r--r--_pkgdown.yml56
1 files changed, 42 insertions, 14 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml
index 6552d156..cdd8994a 100644
--- a/_pkgdown.yml
+++ b/_pkgdown.yml
@@ -1,7 +1,7 @@
title: mkin
template:
- bootswatch: cerulean
+ bootswatch: spacelab
reference:
- title: Main functions
@@ -11,22 +11,50 @@ reference:
- mkinfit
- mmkin
- title: Show results
- contents: Functions working with mkinfit objects
+ desc: Functions working with mkinfit objects
+ contents:
- plot.mkinfit
- summary.mkinfit
- mkinresplot
- mkinparplot
- endpoints
- mkinerrmin
-
-navbar:
- title: mkin
- type: default
- left:
- - text: Home
- href: index.html
- - text: Reference
- href: reference/index.html
- right:
- - icon: fa-github fa-lg
- href: https://github.com/jranke/mkin
+ - title: Work with mmkin objects
+ desc: Functions working with aggregated results
+ contents:
+ - "[.mmkin"
+ - plot.mmkin
+ - title: Datasets and known results
+ contents:
+ - FOCUS_2006_datasets
+ - FOCUS_2006_SFO_ref_A_to_F
+ - FOCUS_2006_FOMC_ref_A_to_F
+ - FOCUS_2006_HS_ref_A_to_F
+ - FOCUS_2006_DFOP_ref_A_to_B
+ - mccall81_245T
+ - schaefer07_complex_case
+ - synthetic_data_for_UBA_2014
+ - title: Helper functions
+ contents:
+ - mkin_wide_to_long
+ - mkin_long_to_wide
+ - mkinsub
+ - mkinds, print.mkinds
+ - print.mkinmod
+ - mkinpredict
+ - transform_odeparms
+ - ilr
+ - geometric_mean
+ - title: Analytical solutions
+ desc: Parent only model solutions
+ contents:
+ - SFO.solution,
+ - FOMC.solution
+ - DFOP.solution
+ - SFORB.solution
+ - HS.solution
+ - IORE.solution
+ - title: Deprecated functions
+ desc: Functions that have been superseeded
+ contents:
+ - mkinplot

Contact - Imprint