as.matrix.cast_df {reshape} | R Documentation |
Convert cast data.frame into a matrix
## S3 method for class 'cast_df'
as.matrix(x, ...)
x |
|
... |
Converts a data frame produced by cast into a matrix with appropriate dimnames.
Hadley Wickham <h.wickham@gmail.com>