Learn R Programming

statnet.common (version 4.4.1)

rle-reexport: 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.

Description

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.

Usage

# 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

x, e1, e2, na.rm, scale, doNotCompact, doNotCompress, object, ...

Arguments to the corresponding functions in rle.