as.matrix.cast_matrix {reshape}R Documentation

as.matrix.cast\_matrix

Description

Convert cast matrix into a matrix

Usage

## S3 method for class 'cast_matrix'
as.matrix(x, ...)

Arguments

x
...

Details

Strips off cast related attributes so matrix becomes a normal matrix

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package reshape version 0.8.9 Index]