From af2e1540cdad2fd00bb6216a38a754ff748629ad Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 25 Oct 2019 02:10:08 +0200 Subject: Static documentation rebuilt by pkgdown --- docs/reference/print.mkinmod.html | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'docs/reference/print.mkinmod.html') diff --git a/docs/reference/print.mkinmod.html b/docs/reference/print.mkinmod.html index 5a8feab8..03e73e29 100644 --- a/docs/reference/print.mkinmod.html +++ b/docs/reference/print.mkinmod.html @@ -8,11 +8,13 @@ Print mkinmod objects — print.mkinmod • mkin + + @@ -32,13 +34,15 @@ - - + + + @@ -109,7 +113,6 @@ News - @@ -131,14 +134,13 @@
- -

Print mkinmod objects in a way that the user finds his way to get to its components.

- +

Print mkinmod objects in a way that the user finds his way to get to its +components.

# S3 method for mkinmod
 print(x, ...)
- +

Arguments

@@ -151,10 +153,11 @@

Not used.

- +

Examples

-
m_synth_SFO_lin <- mkinmod(parent = list(type = "SFO", to = "M1"), +
+ m_synth_SFO_lin <- mkinmod(parent = list(type = "SFO", to = "M1"), M1 = list(type = "SFO", to = "M2"), M2 = list(type = "SFO"), use_of_ff = "max")
#> Successfully compiled differential equation model from auto-generated C code.
print(m_synth_SFO_lin)
#> <mkinmod> model generated with @@ -171,13 +174,13 @@ #> Differential equations: #> d_parent/dt = - k_parent * parent #> d_M1/dt = + f_parent_to_M1 * k_parent * parent - k_M1 * M1 -#> d_M2/dt = + f_M1_to_M2 * k_M1 * M1 - k_M2 * M2
+#> d_M2/dt = + f_M1_to_M2 * k_M1 * M1 - k_M2 * M2
+