## Element-wise (aka "parallel") comparison of 2 XRawList objects
## --------------------------------------------------------------
"=="(e1, e2)
"<="(e1, e2)<="" div="">
## duplicated()
## ------------
"duplicated"(x, incomparables=FALSE, ...)
## match()
## -------
"match"(x, table, nomatch=NA_integer_, incomparables=NULL)
## order() and related methods
## ---------------------------
"is.unsorted"(x, na.rm=FALSE, strictly=FALSE)
"order"(..., na.last=TRUE, decreasing=FALSE)
"rank"(x, na.last=TRUE, ties.method=c("average", "first", "random", "max", "min"))
## Generalized element-wise (aka "parallel") comparison of 2 XRawList objects
## --------------------------------------------------------------------------
"compare"(x, y)="(e1,>duplicated: currently no additional arguments are allowed. For order: additional XRawList objects used for breaking
ties.
integer.
TRUE or FALSE. Should the check be for strictly
increasing values?
TRUE or FALSE.
"first"
and "min" are supported for now.
==,
duplicated,
unique,
match,
%in%,
order,
sort,
rank for general information about
those functions.