cast_matrix {reshape} | R Documentation |
Createa a new cast matrix
cast_matrix(m, dimnames)
m |
matrix to turn into cast matrix |
dimnames |
list of dimension names (as data.frames), row, col, ... |
For internal use only
object of type cast_matrix
Hadley Wickham <h.wickham@gmail.com>