[Rcpp-commits] r4038 - pkg/Rcpp/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Nov 25 15:05:21 CET 2012
Author: edd
Date: 2012-11-25 15:05:20 +0100 (Sun, 25 Nov 2012)
New Revision: 4038
Modified:
pkg/Rcpp/inst/NEWS.Rd
Log:
clip() became clamp()
Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd 2012-11-25 13:09:15 UTC (rev 4037)
+++ pkg/Rcpp/inst/NEWS.Rd 2012-11-25 14:05:20 UTC (rev 4038)
@@ -9,7 +9,7 @@
\item New functions: \code{setdiff}, \code{union_}, \code{intersect}
\code{setequal}, \code{in}, \code{min}, \code{max}, \code{range},
\code{match}, \code{table}, \code{duplicated}
- \item New function: \code{clip} which combines pmin and pmax, e.g.
+ \item New function: \code{clamp} which combines pmin and pmax, e.g.
clip( a, x, b) is the same as pmax( b, pmin(x, a) )
\item New function: \code{self_match} which implements something
similar to \code{match( x, unique( x ) )}
More information about the Rcpp-commits
mailing list