calcls: triaxial calculations

calculate_rollR Documentation

triaxial calculations

Description

Utilities for calculating roll, pitch and yaw

Usage

calculate_roll(dta)

calculate_pitch(dta)

calculate_yaw(dta)

Arguments

dta

magentic data from PAM logger see hoopoe$magnetic for an example

Details

Calculate roll, pitch and yaw

Value

roll, pitch and yaw from acceleration data

References

Bidder, O.R., Walker, J.S., Jones, M.W., Holton, M.D., Urge, P., Scantlebury, D.M., Marks, N.J., Magowan, E.A., Maguire, I.E. and Wilson, R.P., 2015. Step by step: reconstruction of terrestrial animal movement paths by dead-reckoning. Movement ecology, 3(1), p.23.

Examples

calculate_roll(dta = swift$magnetic)
calculate_pitch(dta = swift$magnetic)
calculate_yaw(dta = swift$magnetic)


KiranLDA/PAMLr documentation built on March 6, 2023, 1:40 p.m.