plot_silhouette {clustra} | R Documentation |
Plots a list item, a silhouette, from the result of clustra_sil
along
with the average silhouette value. Typically used via
lapply(list, plot_silhouette)
Description
Plots a list item, a silhouette, from the result of clustra_sil
along
with the average silhouette value. Typically used via
lapply(list, plot_silhouette)
Usage
plot_silhouette(sil)
Arguments
sil |
A data frame that is a list item returned by |
Value
Returns invisibly the average silhouette value.
[Package clustra version 0.2.1 Index]