as.interval.array | R Documentation |
The array must have three dimensions, with the second dimension of size 2, representing the minimum and maximum values.
## S3 method for class 'array'
as.interval(x)
x |
An array to be converted to an interval object. |
An interval object constructed from the array if it meets the requirements, otherwise attempts to convert it to a matrix first.
as.interval(array(1:12, dim = c(2, 2, 3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.