R/ODMeansSampleData.R

#' Origin-Destination points
#'
#' A synthetic data frame containing 1700 Origin-Destination points.
#'
#' @format A data frame with 10000 rows and 5 variables:
#' \describe{
#'   \item{OriginLatitude}{Consists of the origin latitude dimension}
#'   \item{OriginLongitude}{Consists of the origin longitude dimension}
#'   \item{DestinationLatitude}{Consists of the destination latitude dimension}
#'   \item{DestinationLongitude}{Consists of the destination longitude dimension}
#'   \item{original_cluster}{Original cluster of the points when it was created}
#'   ...
#' }
#' @source Synthetic data
#' @usage data(ODMeansSampleData)
"ODMeansSampleData"

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.