cluster_selector {tame} | R Documentation |
Finding chosen cluster names
Description
The cluster_selector()
function finds the name of the chosen clusters.
Usage
cluster_selector(clustering, clusters = NULL)
Arguments
clusters |
< The default |
Details
The cluster_selector()
finds the names of the chosen clusters present in
the clustering
<medic
> object. This function is used in all of
the investigative functions called by summary()
.
Value
A character vector with the names of the chosen clusters.
See Also
method_selector()
is another selector method used through out
the package.
[Package tame version 0.0.1 Index]