number_line-class | R Documentation |
number_line
objectS4 objects representing a range of numeric values
## S4 method for signature 'number_line'
show(object)
## S4 method for signature 'number_line'
rep(x, ...)
## S4 method for signature 'number_line'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'number_line'
x[[i, j, ..., exact = TRUE]]
## S4 replacement method for signature 'number_line'
x[i, j, ...] <- value
## S4 replacement method for signature 'number_line'
x[[i, j, ...]] <- value
## S4 method for signature 'number_line'
x$name
## S4 replacement method for signature 'number_line'
x$name <- value
## S4 method for signature 'number_line'
c(x, ...)
## S3 method for class 'number_line'
unique(x, ...)
## S3 method for class 'number_line'
seq(x, precision = NULL, fill = FALSE, ...)
## S3 method for class 'number_line'
sort(x, decreasing = FALSE, ...)
## S3 method for class 'number_line'
format(x, ...)
## S3 method for class 'number_line'
as.list(x, ...)
## S3 method for class 'number_line'
as.data.frame(x, ...)
object |
object |
x |
x |
... |
... |
i |
i |
j |
j |
drop |
drop |
exact |
exact |
value |
value |
name |
slot name |
precision |
Round precision |
fill |
|
decreasing |
If |
start
First value in the range.
id
Unique element id. Optional.
gid
Unique group id. Optional.
.Data
Length, duration or width of the range.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.