NoPlanes: NoPlanes

Description Usage Arguments Details Value Examples

Description

This function returns the number of aircrafts in a selected area.

Usage

1
NoPlanes(point = "", radius = 100)

Arguments

point

A string containing the name of a city.

radius

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

Details

See also GetLiveData

Value

A sentence which defines the area and the number of aircraft in it. "There are currently x airplanes in the area y km around city."

Examples

1
2
NoPlanes("New York")
NoPlanes("Copenhagen", radius = 200)

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