bed-methods: Methods for the bed class

bed-methodsR Documentation

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 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)

Arguments

x

Object of type bed.

Value

Dimensions of x.


privefl/mypack documentation built on March 29, 2025, 5:33 p.m.