diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-09 09:05:15 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-09 09:05:15 +0100 |
commit | 3151647526f299686b68420a83ae38cd7f3d08f5 (patch) | |
tree | c061b5a23ac6cc5644c6851012105b185715ef5e /index.r | |
parent | 415ca2bea5d5c3815bd9f8fa1566cec5bb3fc775 (diff) |
Rebuild vignettes and static documentation
Diffstat (limited to 'index.r')
-rw-r--r-- | index.r | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/index.r b/index.r deleted file mode 100644 index aa82df46..00000000 --- a/index.r +++ /dev/null @@ -1,61 +0,0 @@ -sd_section( - "Main functions", - "Essential functionality", - c("mkinmod", "mkinfit", "mmkin") -) -sd_section( - "Show results", - "Functions working on mkinfit objects", - c("plot.mkinfit", - "summary.mkinfit", - "mkinresplot", - "mkinparplot", - "endpoints", - "mkinerrmin") -) -sd_section( - "Work with mmkin objects", - "Functions working with aggregated results", - c("[.mmkin", - "plot.mmkin") -) -sd_section( - "Datasets and known results", - "", - c("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" - ) -) -sd_section( - "Helper functions", - "", - c("mkin_wide_to_long", - "mkin_long_to_wide", - "mkinsub", - "mkinpredict", - "transform_odeparms", - "ilr", - "geometric_mean") -) -sd_section( - "Analytical solutions", - "Parent only model solutions", - c("SFO.solution", - "FOMC.solution", - "DFOP.solution", - "SFORB.solution", - "HS.solution", - "IORE.solution" - ) -) -sd_section( - "Deprecated functions", - "Functions that have been superseeded", - c("mkinplot") -) |