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.
enrich()
is a joining function used for enriching the clustering
characteristics with user-defined data.
summary.medic()
is the main function for summarizing the
clustering results.