triMAG: Calibrate magnetic data

View source: R/triMAG.R

triMAGR Documentation

Calibrate magnetic data

Description

This function calibrates tri-axial magnetic data and then also calculates yaw, pitch and roll

Usage

triMAG(dta)

Arguments

dta

magentic data from PAM logger

Value

roll, pitch and yaw from acceleration data, as well as calibrated magnetic data for x, y and z axes

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

#calibration = triMAG(dta = PAM_data$magnetic)


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