"[.cast_matrix" {reshape}R Documentation

Subset a cast matrix

Description

Subset a cast matrix just like you would a normal matrix. Preserves row and column names nicely.

Usage

"[.cast_matrix"(x, i=1:nrow(x), j=1:ncol(x), ..., drop=FALSE)

Arguments

x cast matrix object
i row indices
j col indices
... other arguments not used
drop discard extra dimensions?

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package reshape version 0.7 Index]