aboutsummaryrefslogtreecommitdiff
path: root/man/print.mkinmod.Rd
blob: 24555def577b6d724185811dee99ae8cf7c8259d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\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.
}
\usage{
  \method{print}{mkinmod}(x, ...)
}
\arguments{
  \item{x}{
    An \code{\link{mkinmod}} object.
  }
  \item{\dots}{
    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