R/row_colnames.R

### =========================================================================
### The rownames() and colnames() generics
### -------------------------------------------------------------------------
###

### Dispatch on the 1st arg (the 'x' arg) only!
setGeneric("rownames", signature="x")

setGeneric("rownames<-")

### Dispatch on the 1st arg (the 'x' arg) only!
setGeneric("colnames", signature="x")

setGeneric("colnames<-")

Try the BiocGenerics package in your browser

Any scripts or data that you put into this service are public.

BiocGenerics documentation built on April 17, 2021, 6:01 p.m.