powered by
presents a graph for viewing distance matrices.
table.dist(d, x = 1:(attr(d, "Size")), labels = as.character(x), clabel = 1, csize = 1, grid = TRUE)
an object of class dist
dist
a vector of the row and column positions
a vector of strings of characters for the labels
a character size for the labels
a coefficient for the circle size
a logical value indicating whether a grid in the background of the plot should be drawn
Daniel Chessel
data(eurodist) table.dist(eurodist, labels = attr(eurodist, "Labels"))
Run the code above in your browser using DataLab