View source: R/mult-KMEDOIDS.R
plot_silhouette | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.