as.interval.matrix | R Documentation |
The number of columns in the matrix must be even, representing pairs of minimum and maximum values.
## S3 method for class 'matrix'
as.interval(x)
x |
A matrix where each pair of columns represents the minimum and maximum bounds of intervals. |
An interval object constructed from the matrix.
as.interval(matrix(1:12, 3, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.