The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 87653
Line 78... Line 78...
78
    \item{"n"}{number of knots (x values)}
78
    \item{"n"}{number of knots (x values)}
79
    \item{"f"}{continuity parameter}
79
    \item{"f"}{continuity parameter}
80
    \item{"yleft", "yright"}{the function values \emph{outside} the knots}
80
    \item{"yleft", "yright"}{the function values \emph{outside} the knots}
81
    \item{"method"}{(always \code{== "constant"}, from
81
    \item{"method"}{(always \code{== "constant"}, from
82
      \code{\link{approxfun}(.)}).}
82
      \code{\link{approxfun}(.)}).}
83
  The knots are also available via \code{\link{knots}(fn)}.
83
  The knots are also available via \code{knots(fn)}.
84
}
84
}
85
\author{
85
\author{
86
  Martin Maechler, \email{maechler@stat.math.ethz.ch} with some basic
86
  Martin Maechler, \email{maechler@stat.math.ethz.ch} with some basic
87
  code from Thomas Lumley.
87
  code from Thomas Lumley.
88
}
88
}