dist2target.3d {eRTG3D} | R Documentation |
Distance to target
Description
Calculates the distance between every point in the track and the last point (target).
Usage
dist2target.3d(track)
Arguments
track |
a track data.frame containing x, y and z coordinates |
Value
A numeric vector with the distances to target
Examples
dist2target.3d(niclas)
[Package eRTG3D version 0.7.0 Index]