The R Project SVN R

Rev

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

Rev 87730 Rev 88581
Line 115... Line 115...
115
  Using this for lists is potentially slow, especially if the elements
115
  Using this for lists is potentially slow, especially if the elements
116
  are not atomic vectors (see \code{\link{vector}}) or differ only
116
  are not atomic vectors (see \code{\link{vector}}) or differ only
117
  in their attributes.  In the worst case it is \eqn{O(n^2)}.
117
  in their attributes.  In the worst case it is \eqn{O(n^2)}.
118
}
118
}
119
\references{
119
\references{
120
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
120
  \bibshow{R:Becker+Chambers+Wilks:1988}
121
  \emph{The New S Language}.
-
 
122
  Wadsworth & Brooks/Cole.
-
 
123
}
121
}
124
\seealso{\code{\link{unique}}.}
122
\seealso{\code{\link{unique}}.}
125
\examples{
123
\examples{
126
x <- c(9:20, 1:5, 3:7, 0:8)
124
x <- c(9:20, 1:5, 3:7, 0:8)
127
## extract unique elements
125
## extract unique elements