The R Project SVN R

Rev

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

Rev 80079 Rev 88581
Line 77... Line 77...
77
  Instead of \code{table(cut(x, br))}, \code{hist(x, br, plot = FALSE)} is
77
  Instead of \code{table(cut(x, br))}, \code{hist(x, br, plot = FALSE)} is
78
  more efficient and less memory hungry.  Instead of \code{cut(*,
78
  more efficient and less memory hungry.  Instead of \code{cut(*,
79
    labels = FALSE)}, \code{\link{findInterval}()} is more efficient.
79
    labels = FALSE)}, \code{\link{findInterval}()} is more efficient.
80
}
80
}
81
\references{
81
\references{
82
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
82
  \bibshow{R:Becker+Chambers+Wilks:1988}
83
  \emph{The New S Language}.
-
 
84
  Wadsworth & Brooks/Cole.
-
 
85
}
83
}
86
\seealso{
84
\seealso{
87
  \code{\link{split}} for splitting a variable according to a group factor;
85
  \code{\link{split}} for splitting a variable according to a group factor;
88
  \code{\link{factor}}, \code{\link{tabulate}}, \code{\link{table}},
86
  \code{\link{factor}}, \code{\link{tabulate}}, \code{\link{table}},
89
  \code{\link{findInterval}}.
87
  \code{\link{findInterval}}.