Learn R Programming

ODMeans (version 0.2.1)

ODMeansSampleData: Origin-Destination points

Description

A synthetic data frame containing 1700 Origin-Destination points.

Usage

data(ODMeansSampleData)

Arguments

Format

A data frame with 10000 rows and 5 variables:

OriginLatitude

Consists of the origin latitude dimension

OriginLongitude

Consists of the origin longitude dimension

DestinationLatitude

Consists of the destination latitude dimension

DestinationLongitude

Consists of the destination longitude dimension

original_cluster

Original cluster of the points when it was created

...