as.matrix.cast_matrix {reshape} | R Documentation |
Convert cast matrix into a matrix
## S3 method for class 'cast_matrix'
as.matrix(x, ...)
x |
|
... |
Strips off cast related attributes so matrix becomes a normal matrix
Hadley Wickham <h.wickham@gmail.com>