distHellinger | R Documentation |
The Hellinger distance between the rows of two data matrices are determined or if the second argument is missing between the rows of one data matrix.
## Default S3 method:
distHellinger(x, y, ...)
## S3 method for class 'simple_triplet_matrix'
distHellinger(x, y, ...)
x |
A data matrix. |
y |
A data matrix. |
... |
Currently not used. |
A matrix containing the distances.
Bettina Gruen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.