View source: R/functional_pca.R
| functional_pca_clusters | R Documentation |
Cluster curves based on FPCA scores
functional_pca_clusters(
x,
k = NULL,
components = NULL,
method = c("kmeans", "hclust"),
choose_k = c("none", "silhouette", "elbow"),
...
)
x |
An object of class |
k |
Number of clusters. |
components |
Integer vector of components to use. |
method |
Clustering method: "kmeans" or "hclust". |
choose_k |
Method for suggesting k: "none", "silhouette", or "elbow". |
... |
Additional arguments passed to clustering functions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.