The R Project SVN R

Rev

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

Rev 24700 Rev 25360
Line 8... Line 8...
8
\description{
8
\description{
9
  Determines which elements of a vector of data frame are duplicates
9
  Determines which elements of a vector of data frame are duplicates
10
  of elements with smaller subscripts, and returns a logical vector
10
  of elements with smaller subscripts, and returns a logical vector
11
  indicating which elements (rows) are duplicates.
11
  indicating which elements (rows) are duplicates.
12
}
12
}
13
\synopsis{
-
 
14
duplicated(x, incomparables = FALSE, ...)
-
 
15
\method{duplicated}{array}(x, incomparables = FALSE, MARGIN = 1, ...)
-
 
16
}
-
 
17
\usage{
13
\usage{
18
duplicated(x, incomparables = FALSE, \dots)
14
duplicated(x, incomparables = FALSE, \dots)
-
 
15
 
19
duplicated.array(x, incomparables = FALSE, MARGIN = 1, \dots)
16
\method{duplicated}{array}(x, incomparables = FALSE, MARGIN = 1, \dots)
20
}
17
}
21
\arguments{
18
\arguments{
22
  \item{x}{an atomic vector or a data frame or an array.}
19
  \item{x}{an atomic vector or a data frame or an array.}
23
  \item{incomparables}{a vector of values that cannot be compared.
20
  \item{incomparables}{a vector of values that cannot be compared.
24
    Currently, \code{FALSE} is the only possible value, meaning that all
21
    Currently, \code{FALSE} is the only possible value, meaning that all