as.matrix.editmatrix: Coerce an editmatrix to a normal matrix
Description
An editmatrix is a matrix and can be used
as such, but it has extra attributes. In some cases it is
preferable to convert the editmatrix to a normal matrix.
Please note that coercion returns the augmented matrix
A|b and not the ops part.Usage
## S3 method for class 'editmatrix':
as.matrix(x, ...)
Value
augmented matrix of editmatrix