Description Usage Arguments Value Examples
Extracts subtracks based on a given function.
1 | filterTracks(f, x, ...)
|
f |
a function that accepts a single track as its first argument and returns a logical value (or a value that can be coerced to a locical). |
x |
a tracks object. |
... |
further arguments to be passed on to |
A tracks
object containing only those tracks from x
for which
f
evaluates to TRUE
.
1 2 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.