R/pitch.R

pitch <-
function(x, y, z){  
  pitch90 = -atan(x/sqrt(y^2 + z^2))  
  return(pitch90)  
}

Try the animalTrack package in your browser

Any scripts or data that you put into this service are public.

animalTrack documentation built on May 2, 2019, 5:07 a.m.