-rw-r--r-- | .Rbuildignore | 2L |
-rw-r--r-- | .gitignore | 21L |
-rw-r--r-- | DESCRIPTION | 16L |
-rw-r--r-- | LICENSE | 21L |
-rw-r--r-- | NAMESPACE | 23L |
-rw-r--r-- | R/coercePath.R | 29L |
-rw-r--r-- | R/coerceTrajectory.R | 30L |
-rw-r--r-- | R/coordsToBearing.R | 33L |
-rw-r--r-- | R/createPath.R | 45L |
-rw-r--r-- | R/createTrajectory.R | 98L |
-rw-r--r-- | R/distanceFromPath.R | 70L |
-rw-r--r-- | R/flightpathr.R | 12L |
-rw-r--r-- | R/get3dCoords.R | 17L |
-rw-r--r-- | R/identifyManeuvers.R | 105L |
-rw-r--r-- | R/interpolateTrajectory.R | 31L |
-rw-r--r-- | R/maxDistanceFromPath.R | 18L |
-rw-r--r-- | R/parseCoordinates.R | 34L |
-rw-r--r-- | README.md | 11L |
-rw-r--r-- | man/angleDiff.Rd | 20L |
-rw-r--r-- | man/as.data.frame.flighttrajectory.Rd | 12L |
-rw-r--r-- | man/as.flightpath.Rd | 12L |
-rw-r--r-- | man/as.flighttrajectory.Rd | 12L |
-rw-r--r-- | man/coordsToBearing.Rd | 22L |
-rw-r--r-- | man/createPath.Rd | 31L |
-rw-r--r-- | man/createTrajectory.Rd | 43L |
-rw-r--r-- | man/distanceFromPath.Rd | 25L |
-rw-r--r-- | man/flightpathr.Rd | 17L |
-rw-r--r-- | man/get3dCoords.Rd | 24L |
-rw-r--r-- | man/hello.Rd | 12L |
-rw-r--r-- | man/identifyAltitudeChanges.Rd | 26L |
-rw-r--r-- | man/identifyBearingChanges.Rd | 31L |
-rw-r--r-- | man/identifyChanges.Rd | 14L |
-rw-r--r-- | man/identifySpeedChanges.Rd | 26L |
-rw-r--r-- | man/interpolateTrajectory.Rd | 26L |
-rw-r--r-- | man/is.flightpath.Rd | 12L |
-rw-r--r-- | man/is.flighttrajectory.Rd | 12L |
-rw-r--r-- | man/maxDistanceFromPath.Rd | 24L |
-rw-r--r-- | man/parseCoordinates.Rd | 22L |
-rw-r--r-- | tests/testthat.R | 4L |
-rw-r--r-- | tests/testthat/test_coordsToBearing.R | 52L |
-rw-r--r-- | tests/testthat/test_createPath.R | 48L |
-rw-r--r-- | tests/testthat/test_createTrajectory.R | 52L |
-rw-r--r-- | tests/testthat/test_distanceFromPath.R | 106L |
-rw-r--r-- | tests/testthat/test_get3dCoords.R | 35L |
-rw-r--r-- | tests/testthat/test_identifyManeuvers.R | 3L |
-rw-r--r-- | tests/testthat/test_interpolateTrajectory.R | 34L |