flightpathr

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

commit 265142aebc332c730360a762817b2398bf94a195
parent ca65df489f6ded114a3e789868a14caa20b5d897
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date:   Tue, 26 Apr 2016 11:45:50 -0400

More detail.

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

diff --git a/man/get3dCoords.Rd b/man/get3dCoords.Rd @@ -10,7 +10,7 @@ get3dCoords(obj) \item{obj}{An object that hopefully contains some coordinates.} } \value{ -A nx3 coordinate matrix +A nx3 coordinate matrix. Should be longitude/latitude/altitude. } \description{ Checks for appropriate input and coerces it into a nx3 coordinate matrix.