Road distances between 10 Australian cities
Distances between the Australian cities of Adelaide, Alice, Brisbane, Broome, Cairns, Canberra, Darwin, Melbourne, Perth and Sydney
audists
The format is: Class 'dist', i.e., a distance matrix.
Australian road map
data(audists) audists.cmd <- cmdscale(audists) xyplot(audists.cmd[,2] ~ audists.cmd[,1], groups=row.names(audists.cmd), panel = function(x, y, subscripts, groups) ltext(x = x, y = y, label = groups[subscripts], cex=1, fontfamily = "HersheySans"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.