Learn R Programming

bamsignals (version 1.4.3)

as.list.CountSignals: Converts the container to a list l such that l[[i]] is the i-th signal.

Description

Converts the container to a list l such that l[[i]] is the i-th signal.

Usage

"as.list"(x, ...)

Arguments

x
A CountSignals object
...
not used

Value

a list l such that l[[i]] is x[i].