diff options
Diffstat (limited to 'man/mkinds.Rd')
-rw-r--r-- | man/mkinds.Rd | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/man/mkinds.Rd b/man/mkinds.Rd index 8d1860e8..4bdd39bb 100644 --- a/man/mkinds.Rd +++ b/man/mkinds.Rd @@ -2,7 +2,18 @@ % Please edit documentation in R/mkinds.R \name{mkinds} \alias{mkinds} +\alias{print.mkinds} \title{A dataset class for mkin} +\usage{ +\method{print}{mkinds}(x, data = FALSE, ...) +} +\arguments{ +\item{x}{An \link{mkinds} object.} + +\item{data}{Should the data be printed?} + +\item{\dots}{Not used.} +} \description{ At the moment this dataset class is hardly used in mkin. For example, mkinfit does not take mkinds datasets as argument, but works with dataframes @@ -15,9 +26,6 @@ mds <- mkinds$new("FOCUS A", FOCUS_2006_A) print(mds) } -\seealso{ -The S3 printing method \code{\link{print.mkinds}} -} \section{Public fields}{ \if{html}{\out{<div class="r6-fields">}} \describe{ |