rle-reexport {statnet.common} | R Documentation |
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 class 'rle' c(...) ## S3 method for class 'rle' Ops(e1, e2) ## S3 method for class 'rle' !e1 ## S3 method for class 'rle' e1 | e2 ## S3 method for class 'rle' e1 & e2 ## S3 method for class 'rle' e1 < e2 ## S3 method for class 'rle' e1 > e2 ## S3 method for class 'rle' e1 <= e2 ## S3 method for class 'rle' e1 >= e2 ## S3 method for class 'rle' e1 == e2 ## S3 method for class 'rle' e1 != e2 ## S3 method for class 'rle' Math(x, ...) ## S3 method for class 'rle' Summary(..., na.rm) compress(x, ...) ## S3 method for class 'rle' compress(x, ...) ## S3 method for class 'rle' mean(x, na.rm = FALSE, ...) ## S3 method for class 'rle' length(x) ## S3 method for class 'rle' is.na(x) ## S3 method for class 'rle' rep( x, ..., scale = c("element", "run"), doNotCompact = FALSE, doNotCompress = doNotCompact ) as.rle(x) ## S3 method for class 'rle' as.rle(x) ## Default S3 method: as.rle(x) ## S3 method for class 'rle' str(object, ...) compact.rle(...)
x, e1, e2, na.rm, scale, doNotCompact, doNotCompress, object, ... |
Arguments to the corresponding functions in |