Description Usage Arguments Examples
View source: R/icao_distance.R
Great circle distance between airports
1 2 3 4 | icao_distance(x, ...)
## S3 method for class 'character'
icao_distance(x, unit = c("nm", "km", "m"), ...)
|
x |
character vector of ICAO codes |
... |
other arguments |
unit |
unit of the computation |
1 | icao_distance(c("EPWA", "EPBC"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.