R/roll.R

roll <-
function(y,z){
  roll = atan2(y,z)
  return(roll)  
}
EdFarrell/animalTrack documentation built on May 6, 2019, 3:12 p.m.