View source: R/MixtureFitting.R
kmeans_circular | R Documentation |
Perform k-means clustering on angular data (in degrees).
kmeans_circular( x, centers, iter.max = 10 )
x |
data vector |
centers |
vector of initial centers (in degrees) |
iter.max |
maximum number of iterations |
Vector of the same length as centers defining cluster centers (in degrees).
Andrius Merkys
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.