plot_silhouette {Momocs} | R Documentation |
Only used, so far, after KMEDOIDS.
plot_silhouette(x, palette = pal_qual)
x |
object returned by KMEDOIDS |
palette |
one of palettes |
a ggplot
plot
olea %>% opoly(5) %>%
KMEDOIDS(4) %>%
plot_silhouette(pal_qual_solarized)