R/ODMeansTaxiData.R

#' Origin-Destination Taxi data
#'
#' The data frame contains the 452,166 trips collected for the months of March (2014 to 2016), July (2014 to 2016), and November (2014 and 2015). The data points are the taxi's initial and ending location based on latitude and longitude.
#'
#' @format A data frame with 452,166 rows and 4 variables:
#' \describe{
#'   \item{OriginLatitude}{Origin latitude dimension}
#'   \item{OriginLongitude}{Origin longitude dimension}
#'   \item{DestinationLatitude}{Destination latitude dimension}
#'   \item{DestinationLongitude}{Destination longitude dimension}
#'   ...
#' }
#' @source Fantaxico, Fermanti Servicios de IngenierĂ­a S.A, Santiago, Chile.
#' @usage data(ODMeansTaxiData)
"ODMeansTaxiData"

Try the ODMeans package in your browser

Any scripts or data that you put into this service are public.

ODMeans documentation built on May 29, 2024, 5:28 a.m.