Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 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(...)

Arguments

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

Arguments to the corresponding functions in rle.


statnet.common

Common R Scripts and Utilities Used by the Statnet Project Software

v4.4.1
GPL-3 + file LICENSE
Authors
Pavel N. Krivitsky [aut, cre] (<https://orcid.org/0000-0002-9101-3362>), Skye Bender-deMoll [ctb]
Initial release
2020-10-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.