blob: 4b0fef447d90f89401227686f1c88fa310434a38 (
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{mkinplot}
\alias{mkinplot}
\title{
Plot the observed data and the fitted model of an mkinfit.
}
\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
}
\keyword{ hplot }
|