spiky-methods | R Documentation |
Particularly, simple methods to plot coverage results.
## S4 method for signature 'Rle,ANY' plot(x, y, ...) ## S4 method for signature 'SimpleRleList,ANY' plot(x, y, ...)
x |
an Rle or RleList, usually |
y |
not usedan Rle or RleList, usually |
... |
other params such as |
selectMethod("plot", "Rle") and also selectMethod("plot", "RleList") too.
invisibly, the plot details
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.