File: nrow.R

package info (click to toggle)
r-bioc-biocgenerics 0.52.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 772 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
### =========================================================================
### 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")