spiky-methods: A handful of methods that I've always felt were missing

spiky-methodsR Documentation

A handful of methods that I've always felt were missing

Description

Particularly, simple methods to plot coverage results.

Usage

## S4 method for signature 'Rle,ANY'
plot(x, y, ...)

## S4 method for signature 'SimpleRleList,ANY'
plot(x, y, ...)

Arguments

x

an Rle or RleList, usually

y

not usedan Rle or RleList, usually

...

other params such as ylim passed to barplot

Details

selectMethod("plot", "Rle") and also selectMethod("plot", "RleList") too.

Value

             invisibly, the plot details

trichelab/spiky documentation built on Sept. 17, 2022, 8:44 a.m.