Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

table.dist

Graph Display for Distance Matrices


Description

presents a graph for viewing distance matrices.

Usage

table.dist(d, x = 1:(attr(d, "Size")), labels = as.character(x), 
    clabel = 1, csize = 1, grid = TRUE)

Arguments

d

an object of class dist

x

a vector of the row and column positions

labels

a vector of strings of characters for the labels

clabel

a character size for the labels

csize

a coefficient for the circle size

grid

a logical value indicating whether a grid in the background of the plot should be drawn

Author(s)

Daniel Chessel

Examples

data(eurodist)
table.dist(eurodist, labels = attr(eurodist, "Labels"))

ade4

Analysis of Ecological Data: Exploratory and Euclidean Methods in Environmental Sciences

v1.7-16
GPL (>= 2)
Authors
Stéphane Dray <stephane.dray@univ-lyon1.fr>, Anne-Béatrice Dufour <anne-beatrice.dufour@univ-lyon1.fr>, and Jean Thioulouse <jean.thioulouse@univ-lyon1.fr>, with contributions from Thibaut Jombart, Sandrine Pavoine, Jean R. Lobry, Sébastien Ollier, Daniel Borcard, Pierre Legendre, Stéphanie Bougeard and Aurélie Siberchicot. Based on earlier work by Daniel Chessel.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.