Skip to contents

Explore changes in OD datasets over time

Usage

changeOD(x, y)

Arguments

x

Origin-destination dataset 1

y

Origin-destination dataset 2

Value

A plot comparing the two datasets

Examples

if (FALSE) {
changeOD(x = od1, y = od2)
}