| Line 42... |
Line 42... |
| 42 |
[\code{xmin}, \code{xmax}].}
|
42 |
[\code{xmin}, \code{xmax}].}
|
| 43 |
\item{xmin, xmax}{left-hand and right-hand endpoint of the
|
43 |
\item{xmin, xmax}{left-hand and right-hand endpoint of the
|
| 44 |
interpolation interval (when \code{xout} is unspecified).}
|
44 |
interpolation interval (when \code{xout} is unspecified).}
|
| 45 |
\item{xout}{an optional set of values specifying where interpolation
|
45 |
\item{xout}{an optional set of values specifying where interpolation
|
| 46 |
is to take place.}
|
46 |
is to take place.}
|
| 47 |
\item{ties}{handling of tied \code{x} values. Either a function
|
47 |
\item{ties}{handling of tied \code{x} values. The string
|
| 48 |
with a single vector argument returning a single number result or
|
48 |
\code{"ordered"} or a function (or the name of a function) taking a
|
| 49 |
the string \code{"ordered"} or a length-2 \code{\link{list}} of both,
|
49 |
single vector argument and returning a single number or a length-2
|
| 50 |
see \code{\link{approx}} and its \sQuote{Details} section, and the
|
50 |
\code{\link{list}} of both, see \code{\link{approx}} and its
|
| 51 |
example below.}
|
51 |
\sQuote{Details} section, and the example below.}
|
| 52 |
}
|
52 |
}
|
| 53 |
\details{
|
53 |
\details{
|
| 54 |
The inputs can contain missing values which are deleted, so at least
|
54 |
The inputs can contain missing values which are deleted, so at least
|
| 55 |
one complete \code{(x, y)} pair is required.
|
55 |
one complete \code{(x, y)} pair is required.
|
| 56 |
If \code{method = "fmm"}, the spline used is that of Forsythe, Malcolm
|
56 |
If \code{method = "fmm"}, the spline used is that of Forsythe, Malcolm
|