| dim.interval | R Documentation |
Return the dimension of the interval.
## S3 method for class 'interval'
dim(x)
x |
An interval object. |
Integer; the number of interval components.
iv <- interval$new(lower = 0, upper = 1)
dim(iv) # 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.