as.matrix.cast_df {reshape} | R Documentation |
as.matrix.cast\_df
Description
Convert cast data.frame into a matrix
Usage
## S3 method for class 'cast_df'
as.matrix(x, ...)
Arguments
x |
|
... |
Details
Converts a data frame produced by cast into a matrix with appropriate dimnames.
Author(s)
Hadley Wickham <h.wickham@gmail.com>
[Package reshape version 0.8.9 Index]