aboutsummaryrefslogblamecommitdiff
path: root/man/print.mkinmod.Rd
blob: 4e44cde6f0e0690623b8aef803248d0606ae8d22 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                            

                     
                             
       
                               

           






                                                                        
 
          
 


                                                                        
 
                        
 
 
% 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}
\usage{
\method{print}{mkinmod}(x, ...)
}
\arguments{
\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