1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data-definitions.R
\docType{data}
\name{flights}
\alias{flights}
\title{Global flight example data from Callum Prentice.}
\format{A data frame with 34,296 observations of 4 variables, origin_lat, origin_long, dest_lat, and dest_long.}
\source{
See Callum Prentice
\url{https://raw.githubusercontent.com/callumprentice/callumprentice.github.io/master/apps/flight_stream/js/flights_one.js}
}
\usage{
data(flights)
}
\description{
Global flight example data from Callum Prentice.
}
\keyword{datasets}
|