View source: R/calculate_triaxial_magnetic.R
calculate_triaxial_magnetic | R Documentation |
This function calibrates tri-axial magnetic data and then also calculates yaw, pitch and roll
calculate_triaxial_magnetic(dta)
dta |
magentic data from PAM logger |
roll, pitch and yaw from acceleration data, as well as calibrated magnetic data for x, y and z axes
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.
data(swift)
PAM_data = swift
calibration = calculate_triaxial_magnetic(dta = PAM_data$magnetic)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.