bed-methods: Methods for the bed class
Description
Methods for the bed class
Dimension methods for class bed
.
Methods nrow()
and ncol()
are automatically defined with dim()
.
Usage
# S4 method for bed
dim(x)# S4 method for bed
length(x)
Arguments
- x
Object of type bed
.