PlotPlanes: PlotPlanes

Description Usage Arguments Details Value Examples

Description

Creates an interactive map with markers at the current position of aircraft. Clicking on the marker will provide further information about the aircraft.

Usage

1
PlotPlanes(point = "", radius = 100, country = "", type = "")

Arguments

point

A vector containing the latitude and longitude of a specific point or a string containing the name of a city to determine a specicfic position as inital point.

radius

The number of kilometers which should be considered as radius for a circular selection area around the point.

country

A string containing the country where an aircraft is registred.

type

A string containing a specific aircraft type.

Details

For further examples see GetLiveData

Value

An interactive worldmap on which the position of the aircraft is displayed.

Examples

1
2
3
PlotPlanes("London", 50)
PlotPlanes(country = "Algeria")
PlotPlanes(type = "A319")

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