blob: 506540041e11cc19f655d3f562d18ef5496cfed9 (
plain) (
tree)
|
|
\name{mkinplot}
\alias{mkinplot}
\title{
Plot the observed data and the fitted model of an mkinfit object
}
\description{
Deprecated function. It now only calls the plot method \code{\link{plot.mkinfit}}.
}
\usage{
mkinplot(fit, ...)
}
\arguments{
\item{fit}{
an object of class \code{\link{mkinfit}}.
}
\item{\dots}{
further arguments passed to \code{\link{plot.mkinfit}}.
}
}
\value{
The function is called for its side effect.
}
\author{
Johannes Ranke
}
|