as.matrix.interval: Converts an interval object to a matrix representation.
Description
Each interval is expanded into its minimum and maximum bounds.
Usage
# S3 method for interval
as.matrix(x, ...)
Value
A matrix representation of the interval, with two columns for each
interval's minimum and maximum values.
Arguments
- x
An interval object to be converted.
- ...
Additional arguments to be passed to as.vector().