timePoints: Find All Unique Time Points in a Track Dataset

View source: R/functions.R

timePointsR Documentation

Find All Unique Time Points in a Track Dataset

Description

Return a vector of all the timepoints t found in any of the matrices in the tracks object.

Usage

timePoints(X)

Arguments

X

a tracks object.

Value

A numeric vector of unique timepoints.

Examples

## Get all timepoints in the T cell dataset
tp <- timePoints( TCells )


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