as.matrix.cast_df: as.matrix.cast_df
Description
Convert cast data.frame into a matrix
Usage
# S3 method for cast_df
as.matrix(x, ...)
Author
Hadley Wickham <h.wickham@gmail.com>
Details
Converts a data frame produced by cast into a matrix with
appropriate dimnames.