R/nrow.R

### =========================================================================
### The nrow(), ncol(), NROW() and NCOL() generics
### -------------------------------------------------------------------------

### The corresponding functions are standard functions defined in the base
### package.

setGeneric("nrow")
setGeneric("ncol")
setGeneric("NROW")
setGeneric("NCOL")
nturaga/BiocGenerics documentation built on May 7, 2019, 11:15 a.m.