PlotAirways: PlotAirways

Description Usage Arguments Details Value Examples

Description

A function which plots the flightroute of an aircraft.

Usage

1
PlotAirways(con, ica, start, end, limit = 10)

Arguments

con

A connection object which is obtained using ConnectRS

ica

A character string of the ICAO code of an aircraft (MODE-S CODE). To find a specific MODE-S CODE of an aircraft, go e.g. to Flightradar24.com and choose an aircraft. The left hand pop-up window contains a section describing the aircraft type, registration and MODE-S CODE.

start

A character string of the start date and time when the aircraft should start being tracked. Format: "YYYY-MM-DD hh:mm:ss" Time zone must be UTC

end

A character string of the end date and time when the aircraft should stop being tracked. Format: "YYYY-MM-DD hh:mm:ss" Time zone must be UTC

limit

Is the maximum number of rows queried from the DB. Is set to 10 by default to prevent large queries.

Details

See also GetHistoricADSBExchange for further information and how to get the con object

Value

A map plotting the past postion marks of an aircraft in a selected time frame.

Examples

1
2
3
4
## Not run: 
PlotAirways(con = con, ica = "4010EB", start = "2016-06-09 05:32:49",
end = "2016-06-09 18:55:35", limit = 3)
## End(Not run)

RichandFamous/adsb-R-project documentation built on May 5, 2019, 3:53 p.m.