aboutsummaryrefslogtreecommitdiff
path: root/man/print.mkinmod.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-10-25 00:37:42 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-10-25 02:03:54 +0200
commit0a3eb0893cb4bd1b12f07a79069d1c7f5e991495 (patch)
tree1bf0ffeb710b3438fee224d0a657606b4c36b495 /man/print.mkinmod.Rd
parent053bf27d3f265c7a7378e2df3e00cf891e0d1bb2 (diff)
Use roxygen for functions and methods
Diffstat (limited to 'man/print.mkinmod.Rd')
-rw-r--r--man/print.mkinmod.Rd28
1 files changed, 14 insertions, 14 deletions
diff --git a/man/print.mkinmod.Rd b/man/print.mkinmod.Rd
index 24555def..4e44cde6 100644
--- a/man/print.mkinmod.Rd
+++ b/man/print.mkinmod.Rd
@@ -1,26 +1,26 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/mkinmod.R
\name{print.mkinmod}
\alias{print.mkinmod}
-\title{
- Print mkinmod objects
-}
-\description{
- Print mkinmod objects in a way that the user finds his way to get to its components.
-}
+\title{Print mkinmod objects}
\usage{
- \method{print}{mkinmod}(x, ...)
+\method{print}{mkinmod}(x, ...)
}
\arguments{
- \item{x}{
- An \code{\link{mkinmod}} object.
- }
- \item{\dots}{
- Not used.
- }
+\item{x}{An \code{\link{mkinmod}} object.}
+
+\item{\dots}{Not used.}
+}
+\description{
+Print mkinmod objects in a way that the user finds his way to get to its
+components.
}
\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