DAAG (version 1.22.1)

audists: Road distances between 10 Australian cities

Description

Distances between the Australian cities of Adelaide, Alice, Brisbane, Broome, Cairns, Canberra, Darwin, Melbourne, Perth and Sydney

Usage

audists

Arguments

Format

The format is: Class 'dist', i.e., a distance matrix.

Examples

Run this code
# NOT RUN {
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"))
# }

Run the code above in your browser using DataLab