Description Usage Arguments Value Author(s) References Examples
Confirmation of the Euclidean nature of a distance matrix by the Gower's theorem.
is.euclid
is used in summary.dist
.
1 2 3 |
distmat |
an object of class 'dist' |
plot |
a logical value indicating whether the eigenvalues bar plot of the matrix of the term -1/2 dij² centred by rows and columns should be diplayed |
print |
a logical value indicating whether the eigenvalues of the matrix of the term -1/2 dij² centred by rows and columns should be printed |
tol |
a tolerance threshold : an eigenvalue is considered positive if it is larger than |
object |
an object of class 'dist' |
... |
further arguments passed to or from other methods |
returns a logical value indicating if all the eigenvalues are positive or equal to zero
Daniel Chessel
Stéphane Dray stephane.dray@univ-lyon1.fr
Gower, J.C. and Legendre, P. (1986) Metric and Euclidean properties of dissimilarity coefficients. Journal of Classification, 3, 5–48.
1 2 3 4 5 6 7 8 |
Class: dist
Distance matrix by lower triangle : d21, d22, ..., d2n, d32, ...
Size: 100
Labels:
call: dist(x = w)
method: euclidean
Euclidean matrix (Gower 1966): TRUE
[1] TRUE
Warning message:
In quasieuclid(w) : Euclidean distance found : no correction need
Warning message:
In lingoes(w) : Euclidean distance found : no correction need
Warning message:
In cailliez(w) : Euclidean distance found : no correction need
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.