audists | R Documentation |
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)
## Not run:
audists.cmd <- cmdscale(audists)
library(lattice)
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"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.