cast_matrix {reshape} | R Documentation |
Cast matrix.
Description
Createa a new cast matrix
Usage
cast_matrix(m, dimnames)
Arguments
m |
matrix to turn into cast matrix |
dimnames |
list of dimension names (as data.frames), row, col, ... |
Details
For internal use only
Value
object of type cast_matrix
Author(s)
Hadley Wickham <h.wickham@gmail.com>
[Package reshape version 0.8.9 Index]