Traj-class: An S4 class to represent trajectories.

Description Slots

Description

An S4 class to represent trajectories.

Slots

trajectory

A vector of factor values representing the trajectory ID.

frame

A numeric vector representing the image frames in which the points within the trajectories were taken

time

A length-one numeric vector representing the time interval between image frames

time_unit

Character(s) representing the unit of time (e.g. "second", "s", "min)

x

A numeric vector corresponding to the 'x' coordinates of each data point.

y

A numeric vector corresponding to the 'y' coordinates of each data point.

dim_x

An integer representing the image width (usually in pixels)

dim_y

An integer representing the image height (usually in pixels)

pixel_size

An integer representing the pixel size (usually in microns or nanometers)

pixel_unit

Character(s) for the unit of pixel (e.g. "nanometer", "nm", "micrometer").


MaxLev/CloseEnough documentation built on May 9, 2019, 2:19 a.m.