as.matrix {intervals} | R Documentation |
S3 methods for extracting the matrix of endpoints from S4 objects.
## S3 method for class 'Intervals': as.matrix(x, ...) ## S3 method for class 'Intervals_full': as.matrix(x, ...)
x |
"Intervals" or "Intervals_full" objects. |
... |
Unused, but required by the S3 generic. |
A two-column matrix, equivalent to x@.Data
or as(x,
"matrix")
.