Get the cluster names
Get the cluster names
clusterNames(object, factor = FALSE)
object |
The |
factor |
Whether to return the cluster names as a factor. |
A character
of the cluster names.
data(latrendData) model <- latrend(lcMethodKML("Y", id = "Id", time = "Time"), latrendData) clusterNames(model) # A, B
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.