gap.optimal function
1 2 | gap.optimal(X, clust = "col", distance = "euclidean",
linkage = "complete", B = 100)
|
X |
matrix |
clust |
String. Direction of clustering. |
distance |
Default is set to "eucledian". Distance measure used for hierarchical clustering |
linkage |
Default is "complete". Linkage for hierarchical clustering. |
B |
integer. Default is 100. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.