Learn R Programming

MTA (version 0.6.0)

cardist: Time Distance Matrix Between Communes

Description

Travel time between Grand Paris Metropole communes' centroids by car, in minutes.
Row names and column names match the DEPCOM field in com.

Arguments

Examples

Run this code
cardist <- read.table(system.file("cardist.txt", package = "MTA"), check.names = FALSE)
cardist <- as.matrix(cardist)
cardist[1:10, 1:10]

Run the code above in your browser using DataLab