rle
They will no longer be reexported after the next release.
Some Ops group methods are exported as well, since as of version
4.0.2, R's NextMethod()
does not appear to be able to dispatch
from a group member method to a group method.
Functions reexported from rle
They will no longer be reexported after the next release.
Some Ops group methods are exported as well, since as of version
4.0.2, R's NextMethod()
does not appear to be able to dispatch
from a group member method to a group method.
# S3 method for rle
c(...)# S3 method for rle
Ops(e1, e2)
# S3 method for rle
!(e1)
# S3 method for rle
|(e1, e2)
# S3 method for rle
&(e1, e2)
# S3 method for rle
<(e1, e2)
# S3 method for rle
>(e1, e2)
# S3 method for rle
<=(e1, e2)
# S3 method for rle
>=(e1, e2)
# S3 method for rle
==(e1, e2)
# S3 method for rle
!=(e1, e2)
# S3 method for rle
Math(x, ...)
# S3 method for rle
Summary(..., na.rm)
compress(x, ...)
# S3 method for rle
compress(x, ...)
# S3 method for rle
mean(x, na.rm = FALSE, ...)
# S3 method for rle
length(x)
# S3 method for rle
is.na(x)
# S3 method for rle
rep(
x,
...,
scale = c("element", "run"),
doNotCompact = FALSE,
doNotCompress = doNotCompact
)
as.rle(x)
# S3 method for rle
as.rle(x)
# S3 method for default
as.rle(x)
# S3 method for rle
str(object, ...)
compact.rle(...)
Arguments to the corresponding functions in rle
.