View source: R/data-structures.R
as.list.tracks | R Documentation |
Coerces a tracks
object to a list.
## S3 method for class 'tracks'
as.list(x, ...)
x |
the |
... |
further arguments to be passed from or to other methods. |
A generic list of single tracks, where each track is a matrix with
t/delta.t
rows and 4 columns. This looks a lot like a tracks object,
except that its class is not "tracks" anymore.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.