Learn R Programming

flightplot (version 0.1.0)

sample_trips: Sample Trip Dataset

Description

A two-column dataframe with start and end airports of flights. The dataframe can be readily used as input for the main plot function.

Usage

sample_trips

Arguments

Format

Dataframe

Departure

IATA code for departure airports

Arrival

IATA code for arrival airports.

Examples

Run this code
# NOT RUN {
sample_trips
# }

Run the code above in your browser using DataLab