diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-19 15:52:16 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-19 15:52:16 +0200 |
commit | 8e709291eb56839b4b5a8f5bf712a53e3ece7d80 (patch) | |
tree | 96a501ed72106fe891d61445a367bd36ec5f4fcc /man/print.mkinmod.Rd | |
parent | 08cae49345c048fdbb69befc5a3b3f7966836223 (diff) |
Add a print method for mkinmod objects
Diffstat (limited to 'man/print.mkinmod.Rd')
-rw-r--r-- | man/print.mkinmod.Rd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/print.mkinmod.Rd b/man/print.mkinmod.Rd new file mode 100644 index 00000000..fa02c1cb --- /dev/null +++ b/man/print.mkinmod.Rd @@ -0,0 +1,19 @@ +\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. + } +} |