powered by
Update the cluster names
clusterNames(object) <- value
The lcModel object to update.
lcModel
The character with the new names.
character
The updated lcModel object.
# NOT RUN { data(latrendData) model <- latrend(lcMethodKML("Y", id = "Id", time = "Time"), latrendData) clusterNames(model) <- c("Group 1", "Group 2") # }
Run the code above in your browser using DataLab