jump: Compute jump distance

Description Usage Arguments Author(s) Examples

View source: R/jump.R

Description

Compute jump distance within a frame between two consecutive frames. Note that if a gap exist between consecutive frames (gap-closing frame gap) the jump is calculated as the average displacement (distance / delta frame)

Usage

1
jump(data, spaceRes)

Arguments

data

Dataframe with track (trace identification) and Frame variable

spaceRes

Pixel size

Author(s)

Julien Godet

Examples

1
2
a <- 2
b <- 2 * a

jgodet/trackR documentation built on May 24, 2020, 2:21 p.m.