The R Project SVN R

Rev

Rev 7554 | Rev 42333 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7554 Rev 24239
Line 33... Line 33...
33
 
33
 
34
  A logical scalar for \code{setequal} and a logical of the same
34
  A logical scalar for \code{setequal} and a logical of the same
35
  length as \code{x} for \code{is.element}.
35
  length as \code{x} for \code{is.element}.
36
}
36
}
37
\seealso{\code{\link{\%in\%}}}
37
\seealso{\code{\link{\%in\%}}}
38
\author{B. D. Ripley}
-
 
39
 
38
 
40
\examples{
39
\examples{
41
(x <- c(sort(sample(1:20, 9)),NA))
40
(x <- c(sort(sample(1:20, 9)),NA))
42
(y <- c(sort(sample(3:23, 7)),NA))
41
(y <- c(sort(sample(3:23, 7)),NA))
43
union(x, y)
42
union(x, y)