flightpathr

Tools to analyze aircraft and flight path data.
git clone https://git.eamoncaddigan.net/flightpathr.git
Log | Files | Refs | README | LICENSE

commit 91fc900865c1a8168d8c13e46a145e9bfbffd99e
parent 779c47c556c3f771b1a18dc9e6500d90e3b6ebb6
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date:   Thu, 22 Sep 2016 13:54:09 -0400

Updated identify*Changes() documentation

Diffstat:
MR/identifyManeuvers.R | 8++++----
Mman/identifyAltitudeChanges.Rd | 4++--
Mman/identifyBearingChanges.Rd | 4++--
3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/R/identifyManeuvers.R b/R/identifyManeuvers.R @@ -1,8 +1,8 @@ #' Identify the timepoints in a trajectory that correspond to a change in #' commanded heading. #' -#' @param trajectory A matrix or SpatialPoints object indicating the trajectory -#' of an aircraft. +#' @param trajectory A \code{flighttrajectory} object (or input coercable to +#' one) indicating the trajectory of an aircraft. #' @param hiThresh A bearing change (in degrees); any time point associated with #' a change in bearing greater than this value will definitely be labeled a #' turn. @@ -26,8 +26,8 @@ identifyBearingChanges <- function(trajectory, hiThresh) { #' Identify the timepoints in a trajectory that correspond to a change in #' altitude. #' -#' @param trajectory A matrix or SpatialPoints object indicating the trajectory -#' of an aircraft. +#' @param trajectory A \code{flighttrajectory} object (or input coercable to +#' one) indicating the trajectory of an aircraft. #' @param hiThresh An altitude change (in feet); any time point associated with #' a change in altitude greater than this value will definitely be labeled a #' climb or descent. diff --git a/man/identifyAltitudeChanges.Rd b/man/identifyAltitudeChanges.Rd @@ -8,8 +8,8 @@ altitude.} identifyAltitudeChanges(trajectory, hiThresh) } \arguments{ -\item{trajectory}{A matrix or SpatialPoints object indicating the trajectory -of an aircraft.} +\item{trajectory}{A \code{flighttrajectory} object (or input coercable to +one) indicating the trajectory of an aircraft.} \item{hiThresh}{An altitude change (in feet); any time point associated with a change in altitude greater than this value will definitely be labeled a diff --git a/man/identifyBearingChanges.Rd b/man/identifyBearingChanges.Rd @@ -8,8 +8,8 @@ commanded heading.} identifyBearingChanges(trajectory, hiThresh) } \arguments{ -\item{trajectory}{A matrix or SpatialPoints object indicating the trajectory -of an aircraft.} +\item{trajectory}{A \code{flighttrajectory} object (or input coercable to +one) indicating the trajectory of an aircraft.} \item{hiThresh}{A bearing change (in degrees); any time point associated with a change in bearing greater than this value will definitely be labeled a