| bed-methods | R Documentation |
Methods for the bed class
Dimension methods for class bed.
Methods nrow() and ncol() are automatically defined with dim().
## S4 method for signature 'bed'
dim(x)
## S4 method for signature 'bed'
length(x)
## S4 method for signature 'bed_light'
dim(x)
## S4 method for signature 'bed_light'
length(x)
x |
Object of type |
Dimensions of x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.