as.matrix.ipmr_matrix {ipmr} | R Documentation |
Convert to bare matrices
Description
Converts objects to c("matrix", "array")
.
Usage
## S3 method for class 'ipmr_matrix'
as.matrix(x, ...)
## S3 method for class 'ipmr_ipm'
as.matrix(x, ...)
Arguments
x |
An object of class |
... |
ignored. |
Value
A matrix.
[Package ipmr version 0.0.7 Index]