| clusterNames<- | R Documentation | 
Update the cluster names
clusterNames(object) <- value
| object | The  | 
| value | The  | 
The updated lcModel object.
data(latrendData)
method <- lcMethodLMKM(Y ~ Time, id = "Id", time = "Time")
model <- latrend(method, latrendData, nClusters = 2)
clusterNames(model) <- c("Group 1", "Group 2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.