From 524a8bba89b95840b4e9215c403947a8bb76d7b2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 30 Nov 2020 16:05:10 +0100 Subject: Complete rebuild of static docs of dev version --- docs/dev/reference/print.mkinmod.html | 217 ---------------------------------- 1 file changed, 217 deletions(-) delete mode 100644 docs/dev/reference/print.mkinmod.html (limited to 'docs/dev/reference/print.mkinmod.html') diff --git a/docs/dev/reference/print.mkinmod.html b/docs/dev/reference/print.mkinmod.html deleted file mode 100644 index fd0f624a..00000000 --- a/docs/dev/reference/print.mkinmod.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - -Print mkinmod objects — print.mkinmod • mkin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - -
- -
-
- - -
-

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

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

Arguments

- - - - - - - - - - -
x

An mkinmod object.

...

Not used.

- - -

Examples

-
- 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 -#> Use of formation fractions $use_of_ff: max -#> Specification $spec: -#> $parent -#> $type: SFO; $to: M1; $sink: TRUE -#> $M1 -#> $type: SFO; $to: M2; $sink: TRUE -#> $M2 -#> $type: SFO; $sink: TRUE -#> Coefficient matrix $coefmat available -#> Compiled model $cf available -#> 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
-
-
- -
- - - -
- - - - - - - - -- cgit v1.2.1