aboutsummaryrefslogtreecommitdiff
path: root/man/print.mkinmod.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/print.mkinmod.Rd')
-rw-r--r--man/print.mkinmod.Rd9
1 files changed, 8 insertions, 1 deletions
diff --git a/man/print.mkinmod.Rd b/man/print.mkinmod.Rd
index fa02c1cb..24555def 100644
--- a/man/print.mkinmod.Rd
+++ b/man/print.mkinmod.Rd
@@ -7,7 +7,7 @@
Print mkinmod objects in a way that the user finds his way to get to its components.
}
\usage{
-\method{print}{mkinmod}(x, ...)
+ \method{print}{mkinmod}(x, ...)
}
\arguments{
\item{x}{
@@ -17,3 +17,10 @@
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")
+
+ print(m_synth_SFO_lin)
+}

Contact - Imprint