In case of hcut the agglomeration method is going to be used (argument hc_method).
In case of fviz_nbclust it is the method to be used for estimating the optimal number of clusters (argument method).
.dist
If TRUE then ".data" is expected to be a distance matrix. If FALSE then the euclidean distance is computed for the input objects.
.eps
Local radius for expanding clusters, minimal distance between points to expand clusters. Passed as eps to dbscan.
Value
immunr_hclust - list with two elements. First element is an output from hcut.
Second element is an output from fviz_nbclust
immunr_kmeans - list with three elements. First element is an output from kmeans.
Second element is an output from fviz_nbclust.
Third element is the input dataset .data.
immunr_dbscan - list with two elements. First element is an output from dbscan.
Second element is the input dataset .data.