flightpathr

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

commit ca65df489f6ded114a3e789868a14caa20b5d897
parent 5d9eafa91a82a21ee675327c8cee688139495ab7
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date:   Tue, 26 Apr 2016 10:58:59 -0400

Just givin' some more deets.

Diffstat:
MR/get3dCoords.R | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/get3dCoords.R b/R/get3dCoords.R @@ -1,7 +1,7 @@ #' Checks for appropriate input and coerces it into a nx3 coordinate matrix. #' #' @param obj An object that hopefully contains some coordinates. -#' @return A nx3 coordinate matrix +#' @return A nx3 coordinate matrix. Should be longitude/latitude/altitude. get3dCoords <- function(obj) { # Get/check for a matrix representation if (is(obj, "SpatialPoints")) {