diff options
Diffstat (limited to '_pkgdown.yml')
-rw-r--r-- | _pkgdown.yml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml new file mode 100644 index 00000000..cdd8994a --- /dev/null +++ b/_pkgdown.yml @@ -0,0 +1,60 @@ +title: mkin + +template: + bootswatch: spacelab + +reference: + - title: Main functions + desc: Essential functionality + contents: + - mkinmod + - mkinfit + - mmkin + - title: Show results + desc: Functions working with mkinfit objects + contents: + - plot.mkinfit + - summary.mkinfit + - mkinresplot + - mkinparplot + - endpoints + - mkinerrmin + - 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 |