as.list.tracks: Convert from Tracks to List

View source: R/data-structures.R

as.list.tracksR Documentation

Convert from Tracks to List

Description

Coerces a tracks object to a list.

Usage

## S3 method for class 'tracks'
as.list(x, ...)

Arguments

x

the tracks object to be coerced to a list.

...

further arguments to be passed from or to other methods.

Value

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.


celltrackR documentation built on March 21, 2022, 5:06 p.m.