as.matrix | R Documentation |
S3 and S4 methods for extracting the matrix of endpoints from S4 objects.
## S3 method for class 'Intervals_virtual'
as.matrix(x, ...)
## S4 method for signature 'Intervals_virtual'
as.matrix(x, ...)
x |
|
... |
Unused, but required by the S3 generic. |
A two-column matrix, equivalent to x@.Data
or as(x,
"matrix")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.