The R Project SVN R

Rev

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

Rev 7002 Rev 7133
Line 36... Line 36...
36
\value{
36
\value{
37
  A list with two components
37
  A list with two components
38
  \item{t}{abscissa (x) values, including the two outermost ones.}
38
  \item{t}{abscissa (x) values, including the two outermost ones.}
39
  \item{y}{y values `in between' the \code{t[]}.}
39
  \item{y}{y values `in between' the \code{t[]}.}
40
}
40
}
41
\author{Martin Maechler \email{<maechler@stat.math.ethz.ch>}, 1990,
41
\author{Martin Maechler \email{maechler@stat.math.ethz.ch}, 1990,
42
    1993; ported to \R, 1997.}
42
    1993; ported to \R, 1997.}
43
\seealso{\code{\link{ecdf}} for empirical distribution functions as
43
\seealso{\code{\link{ecdf}} for empirical distribution functions as
44
  special step functions,
44
  special step functions,
45
  \code{\link{approxfun}} and \code{\link{splinefun}}.
45
  \code{\link{approxfun}} and \code{\link{splinefun}}.
46
}
46
}