From f39815aa87272849f8e0c808099c4cee780c2a81 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 3 Nov 2016 14:33:05 +0100 Subject: Static documentation rebuilt by pkgdown::build_site() Using pkgdown with PR hadley/pkgdown#212 --- docs/reference/mkinmod.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'docs/reference/mkinmod.html') diff --git a/docs/reference/mkinmod.html b/docs/reference/mkinmod.html index 40381656..bdfd0e09 100644 --- a/docs/reference/mkinmod.html +++ b/docs/reference/mkinmod.html @@ -61,7 +61,12 @@ @@ -153,17 +158,14 @@ Media

-

- - Examples -

+

Examples

# Specify the SFO model (this is not needed any more, as we can now mkinfit("SFO", ...) SFO <- mkinmod(parent = list(type = "SFO")) # One parent compound, one metabolite, both single first order SFO_SFO <- mkinmod( parent = mkinsub("SFO", "m1"), - m1 = mkinsub("SFO"))
Successfully compiled differential equation model from auto-generated C code.
+ m1 = mkinsub("SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
## Not run: ------------------------------------ # # The above model used to be specified like this, before the advent of mkinsub() # SFO_SFO <- mkinmod( @@ -210,7 +212,7 @@