Learn R Programming

eRTG3D (version 0.7.0)

turn2target.3d: Turn angle to target

Description

Calculates the turn angle between every point in the track and the last point (target).

Usage

turn2target.3d(track)

Arguments

track

a track data.frame containing x, y and z coordinates

Value

A numeric vector with the turn angles to target

Examples

Run this code
# NOT RUN {
turn2target.3d(niclas)
# }

Run the code above in your browser using DataLab