R/pitch.R

pitch <-
function(x, y, z){  
  pitch90 = -atan(x/sqrt(y^2 + z^2))  
  return(pitch90)  
}
EdFarrell/animalTrack documentation built on May 6, 2019, 3:12 p.m.