The R Project SVN R

Rev

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

Rev 27127 Rev 27961
Line 50... Line 50...
50
  propagated from \code{x}, and \code{\link{Inf}} values are allowed in
50
  propagated from \code{x}, and \code{\link{Inf}} values are allowed in
51
  both \code{x} and \code{vec}.
51
  both \code{x} and \code{vec}.
52
}
52
}
53
\author{Martin Maechler}
53
\author{Martin Maechler}
54
\seealso{\code{\link{approx}(*, method = "constant")} which is a
54
\seealso{\code{\link{approx}(*, method = "constant")} which is a
55
  generalization of \code{findInterval()}, \code{\link[stepfun]{ecdf}} for
55
  generalization of \code{findInterval()}, \code{\link[stats]{ecdf}} for
56
  computing the empirical distribution function which is (up to a factor
56
  computing the empirical distribution function which is (up to a factor
57
  of \eqn{n}) also basically the same as findInterval(.).
57
  of \eqn{n}) also basically the same as findInterval(.).
58
}
58
}
59
\examples{
59
\examples{
60
N <- 100
60
N <- 100