Learn R Programming

diyar (version 0.4.0)

number_line-class: number_line object

Description

S4 objects representing a range of numeric values

Usage

# S4 method for number_line
show(object)

# S4 method for number_line rep(x, ...)

# S4 method for number_line [(x, i, j, ..., drop = TRUE)

# S4 method for number_line [[(x, i, j, ..., exact = TRUE)

# S4 method for number_line,ANY,ANY,ANY [(x, i, j, ...) <- value

# S4 method for number_line,ANY,ANY,ANY [[(x, i, j, ...) <- value

# S4 method for number_line $(x, name)

# S4 method for number_line $(x, name) <- value

# S4 method for number_line c(x, ...)

# S3 method for number_line unique(x, ...)

# S3 method for number_line seq(x, fill = TRUE, simplify = FALSE, ...)

# S3 method for number_line sort(x, decreasing = FALSE, ...)

# S3 method for number_line format(x, ...)

# S3 method for number_line as.list(x, ...)

# S3 method for number_line as.data.frame(x, ...)

Arguments

object

object

x

x

...

...

i

i

j

j

drop

drop

exact

exact

value

value

name

slot name

fill

[logical]. Retain (TRUE) or drop (FALSE) the remainder of an uneven split

simplify

[logical]. Split into number_line or sequence of finite numbers

decreasing

If TRUE, sort in descending order.

Slots

start

First value in the range.

id

Unique element id. Optional.

gid

Unique group id. Optional.

.Data

Length, duration or width of the range.