Description Usage Arguments Value Author(s)
View source: R/sequentialDistances.R
Returns a vector containing in a row the distances of consecutive rows of data.
1 | sequentialDistances(data, distance)
|
data |
A matrix containing the data as row vectors. |
distance |
The distance measure to be used, default is euclidean |
seqDist |
A vector containing the distances between rows of data. seqDist[1] is the distance between data[1,] and data[2,] |
Raphael Paebst
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.