trackeR (version 1.5.2)

speed2distance: Convert speed to distance.

Description

Convert speed to distance.

Usage

speed2distance(speed, time, timeunit, cumulative = TRUE)

Value

Distance in meters.

Arguments

speed

Speed in meters per second.

time

Time.

timeunit

Time unit in speed, e.g., "hours" for speed in *_per_h.

cumulative

Logical. Should the cumulative distances be returned?