Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.