triACC: Tri-axial acceleration functions

View source: R/triACC.R

triACCR Documentation

Tri-axial acceleration functions

Description

This function calculates roll, pitch and yaw from tri-axial acceleration data. It also centeres the acceleration data (for plotting on a sphere).

Usage

triACC(dta)

Arguments

dta

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

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

#data(swift)
#PAM_data = swift

#triACC(dta = PAM_data$magnetic)


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