number_line
objectS4 objects representing a series of finite numbers on a number line
Used for range matching in record_group
and interval grouping in fixed_episodes
, rolling_episodes
and episode_group
# 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
[(x, i, j, ...) <- value
# S4 method for number_line
[[(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
sort(x, decreasing = FALSE, ...)
# S3 method for number_line
format(x, ...)
object
x
...
i
j
drop
exact
value
slot name
logical. Should the sort be increasing or decreasing
start
Start of the number line
id
Unique numeric
ID. Providing this is optional.
gid
Unique numeric
Group ID. Providing this is optional.
.Data
Length/with and direction of the number_line
object.